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

Method getCondition

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

Source from the content-addressed store, hash-verified

47 }
48
49 getCondition() {
50 return this.getChildSet('condition')
51 }
52
53 getTrueBlock() {
54 return this.getChildSet('trueblock')

Callers 4

generateJsAstMethod · 0.95
deserializerMethod · 0.95
createNodeFromAstFunction · 0.45

Calls 1

getChildSetMethod · 0.45

Tested by

no test coverage detected