MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / firstPendingQuestionId

Function firstPendingQuestionId

packages/server/test/question.e2e.test.ts:180–184  ·  view source on GitHub ↗
(broker: QuestionService)

Source from the content-addressed store, hash-verified

178}
179
180function firstPendingQuestionId(broker: QuestionService): string | undefined {
181 return (broker as unknown as {
182 _pending: Map<string, { questionId: string }>;
183 })._pending.values().next().value?.questionId;
184}
185
186// --- Tests -----------------------------------------------------------------
187

Callers 1

Calls 1

valuesMethod · 0.65

Tested by

no test coverage detected