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

Method PreInsert

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

PreInsert implements gorp.HasPreInsert interface.

(gorp.SqlExecutor)

Source from the content-addressed store, hash-verified

113
114// PreInsert implements gorp.HasPreInsert interface.
115func (t *Task) PreInsert(gorp.SqlExecutor) error {
116 return t.Serialize()
117}
118
119// LogData returns task info in string format for log purpose.
120func (t *Task) LogData() string {

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected