MCPcopy Index your code
hub / github.com/jsdoc/jsdoc / definedInScope

Function definedInScope

lib/jsdoc/src/parser.js:89–92  ·  view source on GitHub ↗
(doclet, basename)

Source from the content-addressed store, hash-verified

87
88// TODO: docs
89function definedInScope(doclet, basename) {
90 return Boolean(doclet) && Boolean(doclet.meta) && Boolean(doclet.meta.vars) &&
91 Boolean(basename) && hasOwnProp.call(doclet.meta.vars, basename);
92}
93
94// TODO: docs
95/**

Callers 2

astnodeToMemberofMethod · 0.85
resolveVarMethod · 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…