MCPcopy Index your code
hub / github.com/anomalyco/opencode / entrySplash

Function entrySplash

packages/opencode/src/cli/cmd/run/splash.ts:274–276  ·  view source on GitHub ↗
(input: SplashWriterInput)

Source from the content-addressed store, hash-verified

272}
273
274export function entrySplash(input: SplashWriterInput): ScrollbackWriter {
275 return (ctx) => build(input, "entry", ctx)
276}
277
278export function exitSplash(input: SplashWriterInput): ScrollbackWriter {
279 return (ctx) => build(input, "exit", ctx)

Callers 2

createRuntimeLifecycleFunction · 0.90
resetForReplayFunction · 0.90

Calls 1

buildFunction · 0.70

Tested by

no test coverage detected