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

Method Len

integration/integrationtest/coder.go:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (b *BuildLogRecorder) Len() int {
35 b.mu.Lock()
36 defer b.mu.Unlock()
37 return len(b.logs)
38}
39
40func (b *BuildLogRecorder) append(log string) {
41 b.mu.Lock()

Callers 4

TestDockerFunction · 0.80
WriteCertificateFunction · 0.80
TestDockerFunction · 0.80
TestGPUsFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestDockerFunction · 0.64
TestDockerFunction · 0.64
TestGPUsFunction · 0.64