Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/conwnet/github1s
/ getAllAdapters
Method
getAllAdapters
extensions/github1s/src/adapters/manager.ts:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
public getAllAdapters(): Adapter[] {
40
return
Array.from(this.adaptersMap.values());
41
}
42
43
public getAdapter(scheme: string): Adapter {
44
if
(!this.adaptersMap.has(scheme)) {
Callers
1
registerVSCodeProviders
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected