MCPcopy Create free account
hub / github.com/adelowo/onecache / KeyFunc

FuncType KeyFunc

types.go:52–52  ·  view source on GitHub ↗

KeyFunc defines a transformer for cache keys

func(s string) string

Source from the content-addressed store, hash-verified

50
51// KeyFunc defines a transformer for cache keys
52type KeyFunc func(s string) string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected