MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/computer/src/git/adapter.ts:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 class SQLiteVirtualProvider extends VirtualProvider {
123 readonly #inner: SQLiteWorkspaceProvider;
124 constructor(inner: SQLiteWorkspaceProvider) {
125 super();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected