Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Masterminds/structable
/ Update
Method
Update
example/fence.go:63–65 ·
view source on GitHub ↗
Update modifies an existing record
()
Source
from the content-addressed store, hash-verified
61
62
// Update modifies an existing record
63
func
(r *Fence) Update() error {
64
return
r.rec.Update()
65
}
66
67
// Delete removes a record.
68
func
(r *Fence) Delete() error {
Callers
nothing calls this directly
Calls
1
Update
Method · 0.65
Tested by
no test coverage detected