MCPcopy Index your code
hub / github.com/totaljs/framework / flowwrapper

Function flowwrapper

index.js:123–130  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

121};
122
123function flowwrapper(name) {
124 if (!name)
125 name = 'default';
126 if (F.flows[name])
127 return F.flows[name];
128 var flow = new framework_flow.make(name);
129 return F.flows[name] = flow;
130}
131
132global.FLOWSTREAM = function(name) {
133 global.framework_flow = require('./flow');

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected