MCPcopy 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
67func (s *Frame) GetParent() *Frame {
68 return s.parent
69}
70func (s *Frame) SetParent(f *Frame) {
71 s.parent = f
72}

Callers 13

pushStackMethod · 0.80
getLeftValueMethod · 0.80
VisitBlockStmsMethod · 0.80
scanBlockStatementCtxMethod · 0.80
VisitForControlMethod · 0.80
isParentCtxMethod · 0.80
ExitBlockStmsMethod · 0.80
ExitFunctionCallMethod · 0.80
EnterBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected