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

Method Raw

script/utils.go:199–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199func (v *Value) Raw() any {
200 r, _ := v.v.Export()
201 return r
202}
203
204func (v *Value) InternalValue() any {
205 return v.v

Callers 13

vm_newContextWithTimeoutFunction · 0.80
vm_newTaskCtxFunction · 0.80
vm_base64EncodeFunction · 0.80
vm_urlBase64EncodeFunction · 0.80
vm_toHexFunction · 0.80
vm_hmacFunction · 0.80
vm_httpFunction · 0.80
initVarsForVmFunction · 0.80
vm_buildEntriesTreeFunction · 0.80
vm_findEntriesFunction · 0.80
vm_flattenEntriesTreeFunction · 0.80
GetReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected