Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
func
(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
WriteString
Method · 0.80
WriteValue
Method · 0.65
Tested by
no test coverage detected