MCPcopy 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
170func (c *ClassObject) SetValue(variable *symbol.Variable, value interface{}) {
171 c.fields[variable] = value
172}

Callers 1

httpHandleFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected