MCPcopy Index your code
hub / github.com/coder/coder / set

Method set

enterprise/aibridgeproxyd/reload_test.go:80–85  ·  view source on GitHub ↗
(providers []rawProvider)

Source from the content-addressed store, hash-verified

78}
79
80func (s *providerStore) set(providers []rawProvider) {
81 s.mu.Lock()
82 defer s.mu.Unlock()
83 s.providers = providers
84 s.err = nil
85}
86
87func (s *providerStore) setErr(err error) {
88 s.mu.Lock()

Callers 15

organizeAgentAppsFunction · 0.45
VSCodeButtonFunction · 0.45
VSCodeInsidersButtonFunction · 0.45
getVSCodeHrefFunction · 0.45
NavbarFunction · 0.45
updateFunction · 0.45
addEventListenerMethod · 0.45
localStorageMockFunction · 0.45
terminalWebsocketUrlFunction · 0.45

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected