MCPcopy Index your code
hub / github.com/github/copilot-sdk / sqliteExists

Method sqliteExists

nodejs/src/generated/rpc.ts:16966–16966  ·  view source on GitHub ↗

* Checks whether the per-session SQLite database already exists, without creating it. * * @param params Identifies the target session. * * @returns Indicates whether the per-session SQLite database already exists.

(params: SessionFsSqliteExistsRequest)

Source from the content-addressed store, hash-verified

16964 * @returns Indicates whether the per-session SQLite database already exists.
16965 */
16966 sqliteExists(params: SessionFsSqliteExistsRequest): Promise<SessionFsSqliteExistsResult>;
16967}
16968
16969/** Handler for `canvas` client session API methods. */

Calls

no outgoing calls

Tested by

no test coverage detected