Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
func
(v *Value) Keys() []string {
113
obj := v.object()
114
if
obj == nil {
115
return
nil
116
}
117
return
obj.Keys()
118
}
119
120
func
(v *Value) SM() types.SM {
121
obj := v.object()
Callers
4
SM
Method · 0.80
M
Method · 0.80
parseValue
Function · 0.80
setData
Method · 0.80
Calls
1
object
Method · 0.95
Tested by
no test coverage detected