MCPcopy Create free account
hub / github.com/AdRoll/baker / Error

Method Error

pkg/buffercache/cache.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73type errInvalidConfig string
74
75func (e errInvalidConfig) Error() string {
76 return "BufferCache: invalid config: " + string(e)
77}
78
79// New creates a new BufferCache.
80//

Callers 1

TestCloseFilesFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCloseFilesFunction · 0.36