Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateJsAst
Method · 0.95
deserializer
Method · 0.95
fragment_insert.test.ts
File · 0.45
createNodeFromAst
Function · 0.45
Calls
1
getChildSet
Method · 0.45
Tested by
no test coverage detected