MCPcopy
hub / github.com/harness/harness / Write

Method Write

livelog/livelog.go:45–45  ·  view source on GitHub ↗

Writes writes to the log stream.

(context.Context, int64, *Line)

Source from the content-addressed store, hash-verified

43
44 // Writes writes to the log stream.
45 Write(context.Context, int64, *Line) error
46
47 // Tail tails the log stream.
48 Tail(context.Context, int64) (<-chan *Line, <-chan error)

Callers 15

NewMaskSecretFunction · 0.65
StringMethod · 0.65
GenerateHMACSHA256Function · 0.65
findCommitterMismatchFunction · 0.65
findLFSPointersMethod · 0.65
FindLFSPointersMethod · 0.65
TestReadLinePrefixFunction · 0.65
ObjectFunction · 0.65
getHeaderFunction · 0.65
parseFileHeaderMethod · 0.65
parseSectionMethod · 0.65

Implementers 1

streamerlivelog/memory.go

Calls

no outgoing calls

Tested by 2

TestReadLinePrefixFunction · 0.52