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

Function insertQueryString

orm/insert_test.go:295–298  ·  view source on GitHub ↗
(q *Query)

Source from the content-addressed store, hash-verified

293})
294
295func insertQueryString(q *Query) string {
296 ins := NewInsertQuery(q)
297 return queryString(ins)
298}

Callers 1

insert_test.goFile · 0.85

Calls 2

NewInsertQueryFunction · 0.85
queryStringFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…