MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / run

Method run

shared/better-sqlite3.d.ts:3–3  ·  view source on GitHub ↗
(...params: unknown[])

Source from the content-addressed store, hash-verified

1declare module 'better-sqlite3' {
2 export interface Statement<TResult = unknown> {
3 run(...params: unknown[]): unknown
4 get(...params: unknown[]): TResult | undefined
5 all(...params: unknown[]): TResult[]
6 }

Callers 15

createChatGroupFunction · 0.80
renameChatGroupFunction · 0.80
setChatGroupCollapsedFunction · 0.80
reorderChatGroupsFunction · 0.80
deleteChatThreadFunction · 0.80
upsertChatThreadFunction · 0.80
createArtifactFunction · 0.80
updateArtifactFunction · 0.80
writeAppPreferenceFunction · 0.80
deleteAppPreferenceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected