MCPcopy
hub / github.com/loggerhead/json4u / setCommandMode

Function setCommandMode

src/stores/statusStore.ts:101–103  ·  view source on GitHub ↗
(mode: CommandMode | undefined)

Source from the content-addressed store, hash-verified

99 },
100
101 setCommandMode(mode: CommandMode | undefined) {
102 set({ commandMode: mode });
103 },
104
105 setCursorPosition(line: number, column: number, selectionLength: number) {
106 set({ cursorPosition: { line, column }, selectionLength });

Callers 2

CloseButtonFunction · 0.85
InputBox.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected