Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/AgentSpace
/ exec
Method
exec
packages/db/src/database.ts:409–409 ·
view source on GitHub ↗
(sql: string)
Source
from the content-addressed store, hash-verified
407
408
export
interface
PostgresSyncDatabase {
409
exec(sql: string): void;
410
prepare(sql: string): PreparedStatementLike;
411
close(): void;
412
}
Callers
15
findDraftMentionQuery
Function · 0.65
extractGoogleWorkspaceFileId
Function · 0.65
isMissingResumeSessionResult
Function · 0.65
runCodexProviderTaskAttempt
Function · 0.65
runClaudeProviderTaskAttempt
Function · 0.65
runGeminiProviderTask
Function · 0.65
execProviderCommand
Function · 0.65
extractGoogleWorkspaceFileId
Function · 0.65
document-runtime-output.test.ts
File · 0.65
task-execution-events.test.ts
File · 0.65
agent-access-requests.test.ts
File · 0.65
daemons.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected