MCPcopy Index your code
hub / github.com/coder/code-server / provider

Function provider

test/unit/node/update.test.ts:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81 let _provider: UpdateProvider | undefined
82 const provider = (): UpdateProvider => {
83 if (!_provider) {
84 throw new Error("Update provider has not been created")
85 }
86 return _provider
87 }
88
89 let address = new URL("http://localhost")
90 beforeAll(async () => {

Callers 1

update.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected