Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ WriteTo
Method
WriteTo
internal/contentlog/contentlog_logger.go:16–16 ·
view source on GitHub ↗
(jw *JSONWriter)
Source
from the content-addressed store, hash-verified
14
// WriterTo is a type that can write itself to a JSON writer.
15
type
WriterTo
interface
{
16
WriteTo(jw *JSONWriter)
17
}
18
19
type
loggerParamsKeyType string
Callers
15
stop
Method · 0.65
getContentFromFullBlob
Method · 0.65
Copy
Function · 0.65
Emit
Function · 0.65
TestGatherBytes
Function · 0.65
Protect
Method · 0.65
Verify
Method · 0.65
dumpProfiles
Function · 0.65
PutBlob
Method · 0.65
PutBlob
Method · 0.65
Append
Function · 0.65
PutBlobInPath
Method · 0.65
Implementers
2
customLogEntry
internal/contentlog/contentlog_logger_
Bytes
internal/gather/gather_bytes.go
Calls
no outgoing calls
Tested by
2
TestGatherBytes
Function · 0.52
WriteContent
Method · 0.52