Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
func
(b *BuildLogRecorder) Len() int {
35
b.mu.Lock()
36
defer
b.mu.Unlock()
37
return
len(b.logs)
38
}
39
40
func
(b *BuildLogRecorder) append(log string) {
41
b.mu.Lock()
Callers
4
TestDocker
Function · 0.80
WriteCertificate
Function · 0.80
TestDocker
Function · 0.80
TestGPUs
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestDocker
Function · 0.64
TestDocker
Function · 0.64
TestGPUs
Function · 0.64