Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/gscript
/ SetParent
Method
SetParent
stack/stack.go:70–72 ·
view source on GitHub ↗
(f *Frame)
Source
from the content-addressed store, hash-verified
68
return
s.parent
69
}
70
func
(s *Frame) SetParent(f *Frame) {
71
s.parent = f
72
}
73
74
func
(s *Frame) String() string {
75
return
fmt.Sprintf(
"%s"
, s.object)
Callers
1
pushStack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected