Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/gscript
/ GetScope
Method
GetScope
stack/stack.go:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
func
(s *Frame) GetScope() symbol.Scope {
61
return
s.scope
62
}
63
func
(s *Frame) GetObject() Object {
64
return
s.object
65
}
Callers
2
pushStack
Method · 0.80
getLeftValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected