Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gan-Xing/CodexBridge
/ delete
Method
delete
src/types/repository.ts:59–59 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
57
getById(id: string): AgentJob | null;
58
save(job: AgentJob): AgentJob;
59
delete(id: string): void;
60
list(): AgentJob[];
61
}
62
Callers
15
clearRuntimeJsonCache
Function · 0.65
subscribe
Method · 0.65
scheduleCleanup
Method · 0.65
commandRunner
Function · 0.65
unarchiveThread
Method · 0.65
bridge_session_service.test.ts
File · 0.65
delete
Function · 0.65
clearThreadGoal
Method · 0.65
unarchiveThread
Method · 0.65
bridge_coordinator.test.ts
File · 0.65
reconnectProfile
Method · 0.65
respondToApproval
Method · 0.65
Implementers
10
InMemoryAgentJobRepository
src/store/in_memory/in_memory_agent_jo
FileJsonAgentJobRepository
src/store/file_json/file_json_agent_jo
InMemoryAutomationJobRepository
src/store/in_memory/in_memory_automati
InMemoryBridgeSessionRepository
src/store/in_memory/in_memory_bridge_s
InMemoryProviderProfileRepository
src/store/in_memory/in_memory_provider
InMemoryAssistantRecordRepository
src/store/in_memory/in_memory_assistan
FileJsonBridgeSessionRepository
src/store/file_json/file_json_bridge_s
FileJsonAutomationJobRepository
src/store/file_json/file_json_automati
FileJsonProviderProfileRepository
src/store/file_json/file_json_provider
FileJsonAssistantRecordRepository
src/store/file_json/file_json_assistan
Calls
no outgoing calls
Tested by
5
commandRunner
Function · 0.52
unarchiveThread
Method · 0.52
delete
Function · 0.52
clearThreadGoal
Method · 0.52
unarchiveThread
Method · 0.52