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

Function load

tests/tests.js:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 test('double loaded files', function (done) {
125 var count = 0
126 function load () {
127 if (++count == 2) {
128 ok(true, 'loaded callbacks twice')
129 done()
130 }
131 }
132 script('double-load', load)
133 script('double-load', load)
134 })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected