MCPcopy Create free account
hub / github.com/apecloud/myduckserver / preProcessing

Function preProcessing

pgserver/full_match_handler.go:52–55  ·  view source on GitHub ↗
(inputQuery string)

Source from the content-addressed store, hash-verified

50}
51
52func preProcessing(inputQuery string) string {
53 trimmed := pattern.ReplaceAllString(inputQuery, "")
54 return strings.ToLower(trimmed)
55}

Callers 2

handleFullMatchQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected