Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ String
Method
String
script/utils.go:55–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(v *Value) String() string {
56
if
v.IsNil() {
57
return
""
58
}
59
return
v.v.String()
60
}
61
62
func
(v *Value) Bool() bool {
63
b, e := v.v.ToBoolean()
Callers
nothing calls this directly
Calls
2
IsNil
Method · 0.95
String
Method · 0.65
Tested by
no test coverage detected