MCPcopy Create free account
hub / github.com/SplootCode/splootcode / getRight

Method getRight

packages/language-web/types/js/assignment.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 getRight() {
52 return this.getChildSet('right')
53 }
54
55 generateJsAst() {
56 const left = (this.getLeft().children[0] as JavaScriptSplootNode).generateJsAst() as

Callers 3

generateJsAstMethod · 0.95
deserializerMethod · 0.95

Calls 1

getChildSetMethod · 0.45

Tested by

no test coverage detected