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

Method getSessionWarnings

packages/node-sdk/src/session.ts:154–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 async getSessionWarnings() {
155 this.ensureOpen();
156 return this.rpc.getSessionWarnings({ sessionId: this.id });
157 }
158
159 async addAdditionalDir(
160 path: string,

Callers

nothing calls this directly

Calls 2

ensureOpenMethod · 0.95
getSessionWarningsMethod · 0.65

Tested by

no test coverage detected