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