MCPcopy
hub / github.com/josdejong/mathjs / callback

Function callback

src/function/matrix/subset.js:163–165  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

161
162 let substr = ''
163 function callback (v) {
164 substr += str.charAt(v)
165 }
166 if (Number.isInteger(range)) {
167 callback(range)
168 } else {

Callers 15

iterateFunction · 0.70
_getSubstringFunction · 0.70
_setSubstringFunction · 0.70
_mapSlicesFunction · 0.70
csFkeepFunction · 0.50
mapObjectFunction · 0.50
forEachMethod · 0.50
forEachMethod · 0.50
mapIteratorFunction · 0.50
deepForEachFunction · 0.50
deepMapFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…