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

Method getValue

packages/language-python/src/nodes/literals.ts:221–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 getValue(): boolean {
222 return this.getProperty('value')
223 }
224
225 getNodeLayout() {
226 const val = this.getValue() ? 'True' : 'False'

Callers 2

generateParseTreeMethod · 0.95
getNodeLayoutMethod · 0.95

Calls 1

getPropertyMethod · 0.80

Tested by

no test coverage detected