Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
63
func
(s *Frame) GetObject() Object {
64
return
s.object
65
}
66
67
func
(s *Frame) GetParent() *Frame {
68
return
s.parent
Callers
3
pushStack
Method · 0.45
getLeftValue
Method · 0.45
GetIndexValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected