MCPcopy
hub / github.com/node-red/node-red / cb

Function cb

test/unit/@node-red/runtime/lib/nodes/context/index_spec.js:460–460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

458 var flowContext = Context.getFlowContext("flow")
459 var context = Context.get("1","flow");
460 var cb = function(){}
461 context.set("foo","bar","_",cb);
462 context.get("foo","_",cb);
463 context.keys("_",cb);

Callers 3

index_spec.jsFile · 0.85
checkInitTypesFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected