MCPcopy
hub / github.com/Masterminds/squirrel / questionFormat

Struct questionFormat

placeholder.go:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37)
38
39type questionFormat struct{}
40
41func (questionFormat) ReplacePlaceholders(sql string) (string, error) {
42 return sql, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected