MCPcopy Create free account
hub / github.com/anus-dev/ANUS / isInitialized

Method isInitialized

packages/core/src/core/client.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 isInitialized(): boolean {
170 return this.chat !== undefined && this.contentGenerator !== undefined;
171 }
172
173 getHistory(): Content[] {
174 return this.getChat().getHistory();

Callers 2

refreshAuthMethod · 0.80
AppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected