MCPcopy 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}
70func (s *Frame) SetParent(f *Frame) {
71 s.parent = f
72}
73
74func (s *Frame) String() string {
75 return fmt.Sprintf("%s", s.object)

Callers 1

pushStackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected