Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmhy/edit
/ exec
Method
exec
api/worker-configuration.d.ts:3741–3741 ·
view source on GitHub ↗
( query: string, ...bindings: any[] )
Source
from the content-addressed store, hash-verified
3739
}
3740
interface
SqlStorage {
3741
exec<T extends Record<string, SqlStorageValue>>(
3742
query: string,
3743
...bindings: any[]
3744
): SqlStorageCursor<T>
Callers
1
lint-markdown.js
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected