MCPcopy 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
63func (r *Fence) Update() error {
64 return r.rec.Update()
65}
66
67// Delete removes a record.
68func (r *Fence) Delete() error {

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.65

Tested by

no test coverage detected