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

Function generateTemplate

stackgl_modules/index.js:29909–29916  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

29907})
29908
29909function generateTemplate(d) {
29910 if(d in TEMPLATE_CACHE) {
29911 return TEMPLATE_CACHE[d]
29912 }
29913 return TEMPLATE_CACHE[d] = cwiseCompiler({
29914 funcName: 'fdTemplate' + d
29915 })
29916}
29917
29918function CACHED_link(diff, zero, grad1, grad2) {
29919 return function(dst, src) {

Callers 1

generateGradientFunction · 0.85

Calls 1

cwiseCompilerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…