Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ normalizeAuthID
Function
normalizeAuthID
internal/store/postgresstore.go:671–673 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
669
}
670
671
func
normalizeAuthID(id string) string {
672
return
filepath.ToSlash(filepath.Clean(id))
673
}
674
675
func
normalizeLineEndings(s string) string {
676
if
s ==
""
{
Callers
2
List
Method · 0.85
readAuthFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected