Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/dagger/dagger
/ newChangeCache
Function
newChangeCache
engine/filesync/change_cache.go:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
func
newChangeCache() *changeCache {
10
return
&changeCache{}
11
}
12
13
type
changeCache
struct
{
14
mu sync.Mutex
Callers
6
NewMirrorSharedState
Function · 0.85
TestChangeCacheConcurrent
Function · 0.85
TestChangeCacheErrors
Function · 0.85
TestChangeCacheContextCancel
Function · 0.85
TestChangeCacheRelease
Function · 0.85
TestChangeCacheEmptyKey
Function · 0.85
Calls
no outgoing calls
Tested by
5
TestChangeCacheConcurrent
Function · 0.68
TestChangeCacheErrors
Function · 0.68
TestChangeCacheContextCancel
Function · 0.68
TestChangeCacheRelease
Function · 0.68
TestChangeCacheEmptyKey
Function · 0.68