MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / PreUpdate

Method PreUpdate

cmd/cql-proxy/model/task.go:110–112  ·  view source on GitHub ↗

PreUpdate implements gorp.HasPreUpdate interface.

(gorp.SqlExecutor)

Source from the content-addressed store, hash-verified

108
109// PreUpdate implements gorp.HasPreUpdate interface.
110func (t *Task) PreUpdate(gorp.SqlExecutor) error {
111 return t.Serialize()
112}
113
114// PreInsert implements gorp.HasPreInsert interface.
115func (t *Task) PreInsert(gorp.SqlExecutor) error {

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected