Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ record
Method
record
enterprise/aibridgeproxyd/reload_test.go:45–49 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(r *aibridgedRecorder) record(path string) {
46
r.mu.Lock()
47
defer
r.mu.Unlock()
48
r.path = path
49
}
50
51
func
(r *aibridgedRecorder) load() string {
52
r.mu.Lock()
Callers
2
newReloadTestHarness
Function · 0.95
TestProxy_StaleTunnelStopsRoutingAfterProviderChange
Function · 0.95
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected