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

Method getCoreInfo

packages/agent-core/src/rpc/core-impl.ts:339–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337 }
338
339 getCoreInfo(): CoreInfo {
340 return { version: getCoreVersion() };
341 }
342
343 getExperimentalFeatures(): readonly ExperimentalFeatureState[] {
344 return this.experimentalFlags.explainAll();

Callers 3

start.test.tsFile · 0.80

Calls 1

getCoreVersionFunction · 0.90

Tested by

no test coverage detected