MCPcopy
hub / github.com/cshum/imagor / SafeChars

Interface SafeChars

imagorpath/normalize.go:11–14  ·  view source on GitHub ↗

SafeChars safe chars for storage paths

Source from the content-addressed store, hash-verified

9
10// SafeChars safe chars for storage paths
11type SafeChars interface {
12 // ShouldEscape indicates if char byte should be escaped
13 ShouldEscape(c byte) bool
14}
15
16var defaultSafeChars = NewSafeChars("")
17

Callers

nothing calls this directly

Implementers 1

safeCharsimagorpath/normalize.go

Calls

no outgoing calls

Tested by

no test coverage detected