Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Masterminds/structable
/ Delete
Method
Delete
example/fence.go:68–70 ·
view source on GitHub ↗
Delete removes a record.
()
Source
from the content-addressed store, hash-verified
66
67
// Delete removes a record.
68
func
(r *Fence) Delete() error {
69
return
r.rec.Delete()
70
}
71
72
// Has returns true if the record exists.
73
func
(r *Fence) Has() (bool, error) {
Callers
nothing calls this directly
Calls
1
Delete
Method · 0.65
Tested by
no test coverage detected