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

Function processFileClear

packages/effect/src/unstable/cli/Prompt.ts:2384–2384  ·  view source on GitHub ↗
(state: FileState)

Source from the content-addressed store, hash-verified

2382}
2383
2384const processFileClear = (state: FileState) => Effect.succeed(Action.NextFrame({ state: updateFileState(state, "") }))
2385
2386const processFileInput = (input: string, state: FileState) => {
2387 if (input.length === 0) {

Callers 1

handleFileProcessFunction · 0.85

Calls 2

updateFileStateFunction · 0.85
succeedMethod · 0.45

Tested by

no test coverage detected