MCPcopy Index your code
hub / github.com/coder/envbox / append

Method append

integration/integrationtest/coder.go:40–45  ·  view source on GitHub ↗
(log string)

Source from the content-addressed store, hash-verified

38}
39
40func (b *BuildLogRecorder) append(log string) {
41 b.mu.Lock()
42 defer b.mu.Unlock()
43
44 b.logs = append(b.logs, log)
45}
46
47// FakeBuildLogRecorder starts a server that fakes a Coder
48// deployment for the purpose of pushing build logs.

Callers 1

FakeBuildLogRecorderFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected