MCPcopy
hub / github.com/ternjs/tern / registerProp

Function registerProp

lib/infer.js:826–829  ·  view source on GitHub ↗
(prop, obj)

Source from the content-addressed store, hash-verified

824 // THE PROPERTY REGISTRY
825
826 function registerProp(prop, obj) {
827 var data = cx.props[prop] || (cx.props[prop] = []);
828 data.push(obj);
829 }
830
831 function objsWithProp(prop) {
832 return cx.props[prop];

Callers 1

infer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…