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

Method getLeft

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

Source from the content-addressed store, hash-verified

45 }
46
47 getLeft() {
48 return this.getChildSet('left')
49 }
50
51 getRight() {
52 return this.getChildSet('right')

Callers 3

generateJsAstMethod · 0.95
deserializerMethod · 0.95

Calls 1

getChildSetMethod · 0.45

Tested by

no test coverage detected