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

Method getStatus

apps/kimi-code/src/utils/git/git-status.ts:35–35  ·  view source on GitHub ↗

Returns current status, or `null` when workDir is not a git repo.

()

Source from the content-addressed store, hash-verified

33export interface GitStatusCache {
34 /** Returns current status, or `null` when workDir is not a git repo. */
35 getStatus(): GitStatus | null;
36}
37
38export interface GitStatusCacheOptions {

Callers 6

git-status.test.tsFile · 0.65
syncRuntimeStateMethod · 0.65
renderMethod · 0.65
loadRuntimeStatusReportFunction · 0.65
resolvePromptSessionFunction · 0.65

Implementers 2

Sessionpackages/node-sdk/src/session.ts
SessionServicepackages/agent-core/src/services/sessi

Calls

no outgoing calls

Tested by

no test coverage detected