MCPcopy Create free account
hub / github.com/go-pg/pg / AppendValue

Method AppendValue

orm/format.go:43–45  ·  view source on GitHub ↗
(b []byte, quote int)

Source from the content-addressed store, hash-verified

41}
42
43func (q *SafeQueryAppender) AppendValue(b []byte, quote int) ([]byte, error) {
44 return q.AppendQuery(defaultFmter, b)
45}
46
47func (q *SafeQueryAppender) Value() types.Safe {
48 b, err := q.AppendValue(nil, 1)

Callers 1

ValueMethod · 0.95

Calls 1

AppendQueryMethod · 0.95

Tested by

no test coverage detected