MCPcopy Create free account
hub / github.com/AdRoll/baker / ToText

Method ToText

record.go:21–21  ·  view source on GitHub ↗

ToText returns the reconstructed data format of a record. In case a big enough buf is passed, it will be used to serialize the record.

(buf []byte)

Source from the content-addressed store, hash-verified

19 // In case a big enough buf is passed, it will be used to serialize the
20 // record.
21 ToText(buf []byte) []byte
22
23 // Copy creates and returns a copy of the current record.
24 //

Callers 11

BenchmarkLogLineCopyFunction · 0.95
RunMethod · 0.95
filterChainEndMethod · 0.65
TestLogLineCopyFunction · 0.65
RecordConformanceTestFunction · 0.65
TestURLEscapeFunction · 0.65
TestNewPartialCloneFunction · 0.65
writeTestLogFunction · 0.65
mockS3ServiceFunction · 0.65
RunMethod · 0.65
RunMethod · 0.65

Implementers 1

LogLinelogline.go

Calls

no outgoing calls

Tested by 6

BenchmarkLogLineCopyFunction · 0.76
TestLogLineCopyFunction · 0.52
TestURLEscapeFunction · 0.52
TestNewPartialCloneFunction · 0.52
writeTestLogFunction · 0.52
mockS3ServiceFunction · 0.52