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

Method updateLayout

src/web-ui/src/app/types/index.ts:129–129  ·  view source on GitHub ↗
(layout: Partial<LayoutState>)

Source from the content-addressed store, hash-verified

127 // State management
128 getState(): AppState;
129 updateLayout(layout: Partial<LayoutState>): void;
130
131 // Agent management - selectAgent removed in simplified flow
132 updateAgentConfig(agentId: string, config: Partial<AgentConfig>): Promise<void>;

Callers 4

AppManager.test.tsFile · 0.65
useAppFunction · 0.65
openMainSessionFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected