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

Method Cache

logline.go:233–235  ·  view source on GitHub ↗

Cache returns the cache that is local to the current log line.

()

Source from the content-addressed store, hash-verified

231
232// Cache returns the cache that is local to the current log line.
233func (l *LogLine) Cache() *Cache {
234 return &l.cache
235}
236
237// Copy creates and returns a copy of the current log line.
238func (l *LogLine) Copy() Record {

Callers 1

TestLogLineCacheFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestLogLineCacheFunction · 0.76