MCPcopy
hub / github.com/lebab/lebab / getNode

Method getNode

src/scope/Variable.js:66–68  ·  view source on GitHub ↗

* Returns the AST node that declares this variable. * @return {Object}

()

Source from the content-addressed store, hash-verified

64 * @return {Object}
65 */
66 getNode() {
67 return this.node;
68 }
69
70 /**
71 * Returns the containing var-statement (if any).

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected