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

Function getInputSelection

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

Source from the content-addressed store, hash-verified

13export const setInputSelection = (next: InputSelection | null) => $inputSelection.set(next)
14
15export const getInputSelection = () => $inputSelection.get()

Callers 2

useMainAppFunction · 0.85
useInputHandlersFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected