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

Method Copy

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

Copy creates and returns a copy of the current record. The copied record could have been obtained by: var dst Record src.Parse(dst.ToText(), nil) but Record implementations should provide a more efficient way.

()

Source from the content-addressed store, hash-verified

28 //
29 // but Record implementations should provide a more efficient way.
30 Copy() Record
31
32 // Clear clears the record internal state, making it empty.
33 Clear()

Callers 8

RenderHelpMarkdownFunction · 0.65
RecordConformanceTestFunction · 0.65
decompressFilesInDirFunction · 0.65
doNextSplitFunction · 0.65
doFirstSplitFunction · 0.65
CopyFunction · 0.65
BenchmarkGzipFunction · 0.65
BenchmarkFastGzipFunction · 0.65

Implementers 1

LogLinelogline.go

Calls

no outgoing calls

Tested by 3

decompressFilesInDirFunction · 0.52
BenchmarkGzipFunction · 0.52
BenchmarkFastGzipFunction · 0.52