MCPcopy Create free account
hub / github.com/devld/go-drive / Set

Method Set

script/runtime.go:68–70  ·  view source on GitHub ↗
(name string, value any)

Source from the content-addressed store, hash-verified

66}
67
68func (v *VM) Set(name string, value any) {
69 v.o.Set(name, value)
70}
71
72func (v *VM) Fork() *VM {
73 v.vmsMu.Lock()

Callers 15

parseValueFunction · 0.45
vm_httpFunction · 0.45
initVarsForVmFunction · 0.45
LimiterMethod · 0.45
SetResultFunction · 0.45
SetTokenFunction · 0.45
SetMessageSourceFunction · 0.45
SetPrincipalFunction · 0.45
_getDriveMethod · 0.45
zipDownloadMethod · 0.45
savePathMetaMethod · 0.45

Calls

no outgoing calls

Tested by 3

newSharedStateTestVMFunction · 0.36