MCPcopy Create free account
hub / github.com/GCWing/BitFun / getState

Method getState

src/web-ui/src/app/types/index.ts:128–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126export interface IAppManager {
127 // State management
128 getState(): AppState;
129 updateLayout(layout: Partial<LayoutState>): void;
130
131 // Agent management - selectAgent removed in simplified flow

Callers 15

initializeMethod · 0.65
changeLanguageMethod · 0.65
loadNamespaceMethod · 0.65
isNamespaceLoadedMethod · 0.65
WorkspaceProviderFunction · 0.65
initializeWorkspaceFunction · 0.65
readWorkspaceFieldsFunction · 0.65
getActiveSessionIdFunction · 0.65
startMethod · 0.65

Implementers 1

AppManagersrc/web-ui/src/app/services/AppManager

Calls

no outgoing calls

Tested by 5

barFunction · 0.52
populateSessionWithTurnsFunction · 0.52
populateSessionAsyncFunction · 0.52