Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ load
Method
load
enterprise/aibridgeproxyd/reload_test.go:51–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(r *aibridgedRecorder) load() string {
52
r.mu.Lock()
53
defer
r.mu.Unlock()
54
return
r.path
55
}
56
57
func
(r *aibridgedRecorder) reset() {
58
r.mu.Lock()
Callers
3
TestProxy_StaleTunnelStopsRoutingAfterProviderChange
Function · 0.95
expectRoutedTo
Method · 0.80
expectNotRouted
Method · 0.80
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected