MCPcopy Create free account
hub / github.com/culvertsoft/mgen / tmpWrap

Function tmpWrap

mgen-javascriptlib/src/main/javascript/mgen-lib.js:28–33  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

26 var obj, obj_key, ClassRegistry;
27
28 function tmpWrap(id) {
29 if (!id) {
30 throw Error("Missing id");
31 }
32 return ClassRegistryBlueprint.lookup(id);
33 }
34 settings = settings || {};
35 settings = {
36 warn: (typeof settings.warn === "undefined") ? true : settings.warn,

Callers 6

mgen-lib.jsFile · 0.85
setParentFunction · 0.85
registerClassFunction · 0.85
createClassFunction · 0.85
validateIndataFunction · 0.85
getParentTypePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected