MCPcopy Create free account
hub / github.com/fontsource/fontsource / databaseSize

Method databaseSize

website/worker-configuration.d.ts:2408–2408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2406interface SqlStorage {
2407 exec<T extends Record<string, SqlStorageValue>>(query: string, ...bindings: any[]): SqlStorageCursor<T>;
2408 get databaseSize(): number;
2409 Cursor: typeof SqlStorageCursor;
2410 Statement: typeof SqlStorageStatement;
2411}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected