MCPcopy Create free account
hub / github.com/crossoverJie/gscript / GetObject

Method GetObject

stack/stack.go:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 return s.scope
62}
63func (s *Frame) GetObject() Object {
64 return s.object
65}
66
67func (s *Frame) GetParent() *Frame {
68 return s.parent

Callers 3

pushStackMethod · 0.45
getLeftValueMethod · 0.45
GetIndexValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected