MCPcopy
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.
15type WriterTo interface {
16 WriteTo(jw *JSONWriter)
17}
18
19type loggerParamsKeyType string

Callers 15

stopMethod · 0.65
CopyFunction · 0.65
EmitFunction · 0.65
TestGatherBytesFunction · 0.65
ProtectMethod · 0.65
VerifyMethod · 0.65
dumpProfilesFunction · 0.65
PutBlobMethod · 0.65
PutBlobMethod · 0.65
AppendFunction · 0.65
PutBlobInPathMethod · 0.65

Implementers 2

customLogEntryinternal/contentlog/contentlog_logger_
Bytesinternal/gather/gather_bytes.go

Calls

no outgoing calls

Tested by 2

TestGatherBytesFunction · 0.52
WriteContentMethod · 0.52