MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / load

Function load

scripts/background.js:26–29  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

24 unload = function(){ shapes = shapes.filter(function(d){ d.start > curTime }) }
25
26 function load(module){
27 // console.log('loading')
28 setTimeout(function(){ module.active = false }, 7000)
29 }
30
31 d3.timer(function(t){
32 curTime = t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected