MCPcopy 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
140func (res *cachedChange) result() *ChangeWithStat {
141 if res == nil {
142 return nil
143 }
144 return res.val
145}
146
147func (res *cachedChange) release() {
148 if res == nil || res.cache == nil {

Callers 9

SyncMethod · 0.80
RemoveAllMethod · 0.80
MkdirMethod · 0.80
SymlinkMethod · 0.80
HardlinkMethod · 0.80
WriteFileMethod · 0.80
TestChangeCacheErrorsFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestChangeCacheErrorsFunction · 0.64