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