MCPcopy 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
51func (r *aibridgedRecorder) load() string {
52 r.mu.Lock()
53 defer r.mu.Unlock()
54 return r.path
55}
56
57func (r *aibridgedRecorder) reset() {
58 r.mu.Lock()

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected