MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / copyInfo

Function copyInfo

lib/web/tern/def.js:455–460  ·  view source on GitHub ↗
(spec, type)

Source from the content-addressed store, hash-verified

453 }
454
455 function copyInfo(spec, type) {
456 if (spec["!doc"]) type.doc = spec["!doc"];
457 if (spec["!url"]) type.url = spec["!url"];
458 if (spec["!span"]) type.span = spec["!span"];
459 if (spec["!data"]) type.metaData = spec["!data"];
460 }
461
462 function doLoadEnvironment(data, scope) {
463 var cx = infer.cx(), server = cx.parent

Callers 1

passTwoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected