MCPcopy Create free account
hub / github.com/anomalyco/opencode / emptyPrompt

Function emptyPrompt

packages/opencode/src/cli/cmd/run/footer.prompt.tsx:115–117  ·  view source on GitHub ↗
(shell: boolean)

Source from the content-addressed store, hash-verified

113}
114
115function emptyPrompt(shell: boolean): RunPrompt {
116 return shell ? { text: "", parts: [], mode: "shell" } : { text: "", parts: [] }
117}
118
119function removeLineRange(input: string) {
120 const hash = input.lastIndexOf("#")

Callers 2

resetDraftFunction · 0.85
submitPromptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected