Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/gscript
/ GetParent
Method
GetParent
stack/stack.go:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(s *Frame) GetParent() *Frame {
68
return
s.parent
69
}
70
func
(s *Frame) SetParent(f *Frame) {
71
s.parent = f
72
}
Callers
13
findFunctionDeclarationCtx
Method · 0.80
pushStack
Method · 0.80
getLeftValue
Method · 0.80
VisitBlockStms
Method · 0.80
scanBlockStatementCtx
Method · 0.80
VisitForControl
Method · 0.80
EnterVariableDeclaratorId
Method · 0.80
FindEncloseScopeOfNode
Method · 0.80
isParentCtx
Method · 0.80
ExitBlockStms
Method · 0.80
ExitFunctionCall
Method · 0.80
EnterBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected