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

Method add

packages/agent-core/test/di/lifecycle.test.ts:720–722  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

718 const order: string[] = [];
719 class Owner extends Disposable {
720 add(label: string): void {
721 this._register(makeRecorder(label, order));
722 }
723 }
724 const owner = new Owner();
725 owner.add('a');

Callers

nothing calls this directly

Calls 1

makeRecorderFunction · 0.85

Tested by

no test coverage detected