Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devaccuracy/ledgerforge
/ isReservedParam
Function
isReservedParam
internal/filter/reserved.go:20–22 ·
view source on GitHub ↗
(param string)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
isReservedParam(param string) bool {
21
return
reservedParams[strings.ToLower(param)]
22
}
Callers
1
ParseFromQuery
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected