MCPcopy 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
55func (v *Value) String() string {
56 if v.IsNil() {
57 return ""
58 }
59 return v.v.String()
60}
61
62func (v *Value) Bool() bool {
63 b, e := v.v.ToBoolean()

Callers

nothing calls this directly

Calls 2

IsNilMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected