MCPcopy
hub / github.com/lebab/lebab / getParentNode

Method getParentNode

src/scope/VariableGroup.js:92–94  ·  view source on GitHub ↗

* Returns the parent AST node (which can be pretty much anything) * @return {Object}

()

Source from the content-addressed store, hash-verified

90 * @return {Object}
91 */
92 getParentNode() {
93 return this.parentNode;
94 }
95}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected