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

Method GetValue

script/runtime.go:110–113  ·  view source on GitHub ↗
(prop string)

Source from the content-addressed store, hash-verified

108}
109
110func (v *VM) GetValue(prop string) (value *Value, e error) {
111 vv, e := v.o.Get(prop)
112 return newValue(v, vv), e
113}
114
115func (v *VM) EncodeJSONValue(value *Value) ([]byte, error) {
116 encoded, e := v.o.Call("JSON.stringify", nil, value.v)

Callers 5

getContentMethod · 0.45
zipDownloadMethod · 0.45
callMethod · 0.45
initConfigFunction · 0.45
init_Function · 0.45

Calls 2

newValueFunction · 0.85
GetMethod · 0.65

Tested by

no test coverage detected