MCPcopy Index your code
hub / github.com/jetify-com/devbox / ClearFlakeCache

Function ClearFlakeCache

internal/nix/flake.go:58–61  ·  view source on GitHub ↗
(ref flake.Ref)

Source from the content-addressed store, hash-verified

56}
57
58func ClearFlakeCache(ref flake.Ref) error {
59 // TODO: Add unset to filecache
60 return flakeFileCache.Set(ref.String(), FlakeMetadata{}, -1)
61}

Callers 1

UpdateStdenvMethod · 0.92

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected