* 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)
| 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. */ |
no outgoing calls
no test coverage detected