Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/gscript
/ SetValue
Method
SetValue
stack/stack.go:170–172 ·
view source on GitHub ↗
(variable *symbol.Variable, value interface{})
Source
from the content-addressed store, hash-verified
168
}
169
170
func
(c *ClassObject) SetValue(variable *symbol.Variable, value
interface
{}) {
171
c.fields[variable] = value
172
}
Callers
1
httpHandle
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected