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

Function workspace

apps/kimi-web/test/workspace-state.test.ts:168–170  ·  view source on GitHub ↗
(id: string, root: string, name: string)

Source from the content-addressed store, hash-verified

166}
167
168function workspace(id: string, root: string, name: string) {
169 return { id, root, name, isGitRepo: false, sessionCount: 0 };
170}
171
172function questionRequest(questionId: string): AppQuestionRequest {
173 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected