Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ String
Method
String
common/sync/task/sync-run_test.go:39–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(f *fakeDiff) String() string {
return
"fakeDiff"
}
40
func
(f *fakeDiff) Stats()
map
[string]
interface
{} {
41
return
map
[string]
interface
{}{
"fake"
: true}
42
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected