MCPcopy Create free account
hub / github.com/breck7/scroll / run

Method run

external/.scrollLibs.js:13999–14002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13997 }
13998 static runCommand(instance, command = "", param = undefined) {
13999 const run = name => {
14000 console.log(`Running ${name}:`)
14001 instance[name](param)
14002 }
14003 if (instance[command + "Command"]) return run(command + "Command")
14004 // Get commands from both the child and parent classes
14005 const classes = [Object.getPrototypeOf(instance), Object.getPrototypeOf(Object.getPrototypeOf(instance))]

Callers 8

uFunction · 0.80
ltFunction · 0.80
.leaflet.jsFile · 0.80
.prism.jsFile · 0.80
uFunction · 0.80
pFunction · 0.80
uFunction · 0.80
ytFunction · 0.80

Calls 1

logMethod · 0.80

Tested by

no test coverage detected