MCPcopy Index your code
hub / github.com/ternjs/tern / postLoadDef

Function postLoadDef

plugin/doc_comment.js:135–141  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

133 }
134
135 function postLoadDef(data) {
136 var defs = data["!typedef"];
137 var cx = infer.cx(), orig = data["!name"];
138 if (defs) for (var name in defs)
139 cx.parent.mod.jsdocTypedefs[name] =
140 maybeInstance(infer.def.parse(defs[name], orig, name), name);
141 }
142
143 // COMMENT INTERPRETATION
144

Callers

nothing calls this directly

Calls 1

maybeInstanceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…