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