Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
func
(f Convert) Exist() bool {
31
return
string(f) != hex.EncodeToString([]byte{0x1E})
32
}
33
34
// Bool string to bool
35
func
(f Convert) Bool() (bool, error) {
Callers
1
String
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected