MCPcopy Create free account
hub / github.com/Effect-TS/effect / handleClear

Function handleClear

packages/cli/src/internal/prompt/text.ts:293–297  ·  view source on GitHub ↗
(options: Options)

Source from the content-addressed store, hash-verified

291}
292
293function handleClear(options: Options) {
294 return (state: State, _: Prompt.Prompt.Action<State, string>) => {
295 return renderClearScreen(state, options)
296 }
297}
298
299function basePrompt(
300 options: Prompt.Prompt.TextOptions,

Callers 1

basePromptFunction · 0.70

Calls 1

renderClearScreenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…