Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
58
func
ClearFlakeCache(ref flake.Ref) error {
59
// TODO: Add unset to filecache
60
return
flakeFileCache.Set(ref.String(), FlakeMetadata{}, -1)
61
}
Callers
1
UpdateStdenv
Method · 0.92
Calls
1
String
Method · 0.45
Tested by
no test coverage detected