MCPcopy 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
671func normalizeAuthID(id string) string {
672 return filepath.ToSlash(filepath.Clean(id))
673}
674
675func normalizeLineEndings(s string) string {
676 if s == "" {

Callers 2

ListMethod · 0.85
readAuthFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected