Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
func
preProcessing(inputQuery string) string {
53
trimmed := pattern.ReplaceAllString(inputQuery,
""
)
54
return
strings.ToLower(trimmed)
55
}
Callers
2
full_match_handler.go
File · 0.85
handleFullMatchQuery
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected