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

Method SetReferenceVariable

stack/stack.go:143–145  ·  view source on GitHub ↗
(variable *symbol.Variable)

Source from the content-addressed store, hash-verified

141}
142
143func (f *FuncObject) SetReferenceVariable(variable *symbol.Variable) {
144 f.referenceVariable = variable
145}
146
147func (f *FuncObject) GetReferenceVariable() *symbol.Variable {
148 return f.referenceVariable

Callers 1

SetValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected