MCPcopy Index your code
hub / github.com/ded/script.js / script.js

File script.js

src/script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function (name, definition) {
2 if (typeof module != 'undefined' && module.exports) module.exports = definition()
3 else if (typeof define == 'function' && define.amd) define(definition)
4 else this[name] = definition()

Callers

nothing calls this directly

Calls 3

$scriptFunction · 0.85
eachFunction · 0.85
everyFunction · 0.85

Tested by

no test coverage detected