Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
func
NewCacheDiff() *cacheDiff {
64
return
&cacheDiff{Adds: make(
map
[string]
struct
{}), Deletes: make(
map
[string]
struct
{})}
65
}
66
67
func
WithCache() nodes.Option {
68
return
func
(options *nodes.RouterOptions) {
Callers
2
cacheAdd
Method · 0.85
cacheDel
Method · 0.85
Calls
1
make
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…