Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenIntroStat/ims
/ addOne
Function
addOne
libs/datatables-binding-0.18/datatables.js:866–868 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
864
};
865
866
var
addOne =
function
(x) {
867
return
x.map(
function
(i) {
return
1 + i; });
868
};
869
870
var
unique =
function
(x) {
871
var
ux = [];
Callers
2
selectedRows
Function · 0.85
updateRowInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected