MCPcopy Create free account
hub / github.com/apache/maka / createSqliteRuntimeStore

Function createSqliteRuntimeStore

packages/storage/src/sqlite-runtime-store.ts:224–229  ·  view source on GitHub ↗
(
  path: string,
  options: SqliteRuntimeStoreOptions = {},
)

Source from the content-addressed store, hash-verified

222}
223
224export function createSqliteRuntimeStore(
225 path: string,
226 options: SqliteRuntimeStoreOptions = {},
227): SqliteRuntimeStore {
228 return new SqliteRuntimeStore(path, options);
229}
230
231export class SqliteRuntimeStore
232 implements

Calls

no outgoing calls

Tested by 7

createCrashRuntimeStoreFunction · 0.72
withStoreFunction · 0.68
withKilledChildFunction · 0.68
runCrashChildFunction · 0.68
withStoreFunction · 0.68
withDatabaseFunction · 0.68
withPreparedDatabaseFunction · 0.68