MCPcopy 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
95func (s *String) Exist() bool {
96 return s.Meta.Value != nil
97}
98
99// Append appends a value to key
100func (s *String) Append(value []byte) (int, error) {

Callers 1

GetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected