Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
refreshAuth
Method · 0.80
App
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected