MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getInputModeConfig

Function getInputModeConfig

cli/src/utils/input-modes.ts:183–185  ·  view source on GitHub ↗
(mode: InputMode)

Source from the content-addressed store, hash-verified

181}
182
183export function getInputModeConfig(mode: InputMode): InputModeConfig {
184 return INPUT_MODE_CONFIGS[mode]
185}

Callers 5

ChatFunction · 0.90
ChatInputBarFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected