Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ colonFormat
Struct
colonFormat
placeholder.go:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
type
colonFormat
struct
{}
60
61
func
(colonFormat) ReplacePlaceholders(sql string) (string, error) {
62
return
replacePositionalPlaceholders(sql,
":"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected