MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / archiveThread

Method archiveThread

src/types/provider.ts:476–476  ·  view source on GitHub ↗
(params: {
    providerProfile: ProviderProfile;
    threadId: string;
  })

Source from the content-addressed store, hash-verified

474 archived?: boolean | null;
475 }): Promise<ProviderThreadListResult>;
476 archiveThread?(params: {
477 providerProfile: ProviderProfile;
478 threadId: string;
479 }): Promise<void>;

Callers 4

plugin.test.tsFile · 0.65
app_client.test.tsFile · 0.65
archiveThreadMethod · 0.65

Implementers 2

FakeProviderPlugintest/core/bridge_session_service.test.
CodexProviderPluginsrc/providers/codex/plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected