Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateParseTree
Method · 0.95
getNodeLayout
Method · 0.95
Calls
1
getProperty
Method · 0.80
Tested by
no test coverage detected