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

Function renderDateOutput

packages/effect/src/unstable/cli/Prompt.ts:1597–1603  ·  view source on GitHub ↗
(
  leadingSymbol: string,
  trailingSymbol: string,
  parts: string,
  options: DateOptionsReq,
  renderOptions?: RenderOptions | undefined
)

Source from the content-addressed store, hash-verified

1595}
1596
1597const renderDateOutput = (
1598 leadingSymbol: string,
1599 trailingSymbol: string,
1600 parts: string,
1601 options: DateOptionsReq,
1602 renderOptions?: RenderOptions | undefined
1603) => renderPrompt(parts, options.message, leadingSymbol, trailingSymbol, renderOptions)
1604
1605const renderDateNextFrame = Effect.fnUntraced(function*(state: DateState, options: DateOptionsReq) {
1606 const figures = yield* platformFigures

Callers 2

handleDateClearFunction · 0.85
Prompt.tsFile · 0.85

Calls 1

renderPromptFunction · 0.85

Tested by

no test coverage detected