↓ 1 callersFunctionsetByPath(
obj: Record<string, Record<string, unknown>>,
path: readonly [string, string],
value: unknown,
)
apps/desktop/src/store/tinybase/persister/settings/transform.ts:24
↓ 1 callersFunctionshouldShowChatFab({
currentView,
enhancedContent,
hasTranscript,
llmStatus,
sessionMode,
taskStatus,
}: {
current
apps/desktop/src/session/components/floating/index.tsx:333