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

Function splashMeta

packages/opencode/src/cli/cmd/run/splash.ts:267–272  ·  view source on GitHub ↗
(input: SplashInput)

Source from the content-addressed store, hash-verified

265}
266
267export function splashMeta(input: SplashInput): SplashMeta {
268 return {
269 title: title(input.title),
270 session_id: input.session_id,
271 }
272}
273
274export function entrySplash(input: SplashWriterInput): ScrollbackWriter {
275 return (ctx) => build(input, "entry", ctx)

Callers 4

createRuntimeLifecycleFunction · 0.90
closeFunction · 0.90
resetForReplayFunction · 0.90
buildFunction · 0.85

Calls 1

titleFunction · 0.70

Tested by

no test coverage detected