MCPcopy 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

clearRuntimeJsonCacheFunction · 0.65
subscribeMethod · 0.65
scheduleCleanupMethod · 0.65
commandRunnerFunction · 0.65
unarchiveThreadMethod · 0.65
deleteFunction · 0.65
clearThreadGoalMethod · 0.65
unarchiveThreadMethod · 0.65
reconnectProfileMethod · 0.65
respondToApprovalMethod · 0.65

Implementers 10

InMemoryAgentJobRepositorysrc/store/in_memory/in_memory_agent_jo
FileJsonAgentJobRepositorysrc/store/file_json/file_json_agent_jo
InMemoryAutomationJobRepositorysrc/store/in_memory/in_memory_automati
InMemoryBridgeSessionRepositorysrc/store/in_memory/in_memory_bridge_s
InMemoryProviderProfileRepositorysrc/store/in_memory/in_memory_provider
InMemoryAssistantRecordRepositorysrc/store/in_memory/in_memory_assistan
FileJsonBridgeSessionRepositorysrc/store/file_json/file_json_bridge_s
FileJsonAutomationJobRepositorysrc/store/file_json/file_json_automati
FileJsonProviderProfileRepositorysrc/store/file_json/file_json_provider
FileJsonAssistantRecordRepositorysrc/store/file_json/file_json_assistan

Calls

no outgoing calls

Tested by 5

commandRunnerFunction · 0.52
unarchiveThreadMethod · 0.52
deleteFunction · 0.52
clearThreadGoalMethod · 0.52
unarchiveThreadMethod · 0.52