MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / getUiState

Function getUiState

ui-tui/src/app/uiStore.ts:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38export const $uiSessionId = computed($uiState, state => state.sid)
39
40export const getUiState = () => $uiState.get()
41
42export const patchUiState = (next: Partial<UiState> | ((state: UiState) => UiState)) =>
43 $uiState.set(typeof next === 'function' ? next($uiState.get()) : { ...$uiState.get(), ...next })

Callers 15

useSubmissionFunction · 0.85
startSubmitFunction · 0.85
useComposerStateFunction · 0.85
showNoticeMethod · 0.85
clearNoticeMethod · 0.85
applyNoticeMethod · 0.85
clearNoticeStateMethod · 0.85
recordMessageCompleteMethod · 0.85
recordMessageDeltaMethod · 0.85
recordReasoningDeltaMethod · 0.85
startMessageMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected