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

Function buildSessionMeta

src/core/bridge_coordinator.ts:12095–12101  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

12093}
12094
12095function buildSessionMeta(session) {
12096 return {
12097 bridgeSessionId: session.id,
12098 providerProfileId: session.providerProfileId,
12099 codexThreadId: session.codexThreadId,
12100 };
12101}
12102
12103function buildActiveTurnMeta(activeTurn) {
12104 if (!activeTurn?.bridgeSessionId || !activeTurn?.providerProfileId || !activeTurn?.threadId) {

Callers 15

handleStatusCommandMethod · 0.85
handleNewCommandMethod · 0.85
handleUploadsCommandMethod · 0.85
handleSearchCommandMethod · 0.85
handleOpenCommandMethod · 0.85
handleModelCommandMethod · 0.85
handlePlanCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected