MCPcopy
hub / github.com/gocraft/dbr / Build

Method Build

expr.go:14–18  ·  view source on GitHub ↗
(_ Dialect, buf Buffer)

Source from the content-addressed store, hash-verified

12}
13
14func (raw *raw) Build(_ Dialect, buf Buffer) error {
15 buf.WriteString(raw.Query)
16 buf.WriteValue(raw.Value...)
17 return nil
18}

Callers

nothing calls this directly

Calls 2

WriteStringMethod · 0.80
WriteValueMethod · 0.65

Tested by

no test coverage detected