Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ result
Method
result
engine/filesync/change_cache.go:140–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
func
(res *cachedChange) result() *ChangeWithStat {
141
if
res == nil {
142
return
nil
143
}
144
return
res.val
145
}
146
147
func
(res *cachedChange) release() {
148
if
res == nil || res.cache == nil {
Callers
9
TestChangeCacheContextCancel
Function · 0.95
Sync
Method · 0.80
RemoveAll
Method · 0.80
Mkdir
Method · 0.80
Symlink
Method · 0.80
Hardlink
Method · 0.80
WriteFile
Method · 0.80
TestChangeCacheConcurrent
Function · 0.80
TestChangeCacheErrors
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestChangeCacheContextCancel
Function · 0.76
TestChangeCacheConcurrent
Function · 0.64
TestChangeCacheErrors
Function · 0.64