Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/distributedio/titan
/ Exist
Method
Exist
db/string.go:95–97 ·
view source on GitHub ↗
Exist returns ture if key exist
()
Source
from the content-addressed store, hash-verified
93
94
// Exist returns ture if key exist
95
func
(s *String) Exist() bool {
96
return
s.Meta.Value != nil
97
}
98
99
// Append appends a value to key
100
func
(s *String) Append(value []byte) (int, error) {
Callers
1
Get
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected