MCPcopy Create free account
hub / github.com/pydio/cells / NewCacheDiff

Function NewCacheDiff

common/nodes/sync/handler-sync-cache.go:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func NewCacheDiff() *cacheDiff {
64 return &cacheDiff{Adds: make(map[string]struct{}), Deletes: make(map[string]struct{})}
65}
66
67func WithCache() nodes.Option {
68 return func(options *nodes.RouterOptions) {

Callers 2

cacheAddMethod · 0.85
cacheDelMethod · 0.85

Calls 1

makeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…