MCPcopy Create free account
hub / github.com/totaljs/framework / nomemwrapper

Function nomemwrapper

index.js:352–354  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

350global.NOCOUNTER = global.NOSQLCOUNTER = (name) => F.nosql(name).counter;
351
352function nomemwrapper(name) {
353 return global.framework_nosql.inmemory(name);
354}
355
356global.NOMEM = global.NOSQLMEMORY = function(name) {
357 if (!global.framework_nosql)

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected