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

Method Keys

script/utils.go:112–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func (v *Value) Keys() []string {
113 obj := v.object()
114 if obj == nil {
115 return nil
116 }
117 return obj.Keys()
118}
119
120func (v *Value) SM() types.SM {
121 obj := v.object()

Callers 4

SMMethod · 0.80
MMethod · 0.80
parseValueFunction · 0.80
setDataMethod · 0.80

Calls 1

objectMethod · 0.95

Tested by

no test coverage detected