MCPcopy 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
45func (r *aibridgedRecorder) record(path string) {
46 r.mu.Lock()
47 defer r.mu.Unlock()
48 r.path = path
49}
50
51func (r *aibridgedRecorder) load() string {
52 r.mu.Lock()

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected