MCPcopy Create free account
hub / github.com/pollinations/pollinations / exec

Method exec

enter.pollinations.ai/worker-runtime.d.ts:3082–3082  ·  view source on GitHub ↗
(query: string, ...bindings: any[])

Source from the content-addressed store, hash-verified

3080};
3081interface SqlStorage {
3082 exec<T extends Record<string, SqlStorageValue>>(query: string, ...bindings: any[]): SqlStorageCursor<T>;
3083 get databaseSize(): number;
3084 Cursor: typeof SqlStorageCursor;
3085 Statement: typeof SqlStorageStatement;

Callers 15

hexToRgbFunction · 0.80
aFunction · 0.80
OnFunction · 0.80
BnFunction · 0.80
ucFunction · 0.80
oFunction · 0.80
PfFunction · 0.80
s4Function · 0.80
$sFunction · 0.80
MessageAreaFunction · 0.80
issueNumberFromIdFunction · 0.80
parseUtcDayPeriodFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected