MCPcopy Create free account
hub / github.com/devfeel/mapper / Exist

Method Exist

convert.go:30–32  ·  view source on GitHub ↗

Exist check string exist

()

Source from the content-addressed store, hash-verified

28
29// Exist check string exist
30func (f Convert) Exist() bool {
31 return string(f) != hex.EncodeToString([]byte{0x1E})
32}
33
34// Bool string to bool
35func (f Convert) Bool() (bool, error) {

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected