MCPcopy Create free account
hub / github.com/plotly/plotly.js / createThunk

Function createThunk

stackgl_modules/index.js:29875–29878  ·  view source on GitHub ↗
(proc)

Source from the content-addressed store, hash-verified

29873}
29874
29875function createThunk(proc) {
29876 var thunk = CACHED_thunk[proc.funcName]
29877 return thunk(compile.bind(undefined, proc))
29878}
29879
29880function compile(proc) {
29881 return CACHED_CWiseOp[proc.funcName]

Callers 3

cwiseCompilerFunction · 0.85
makeOpFunction · 0.85
compileCwiseFunction · 0.85

Calls 1

thunkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…