MCPcopy Index your code
hub / github.com/simstudioai/sim / encodeNdjson

Function encodeNdjson

apps/sim/app/api/mothership/execute/route.ts:48–50  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

46}
47
48function encodeNdjson(value: unknown): Uint8Array {
49 return ndjsonEncoder.encode(`${JSON.stringify(value)}\n`)
50}
51
52function buildExecuteResponsePayload(
53 result: Awaited<ReturnType<typeof runHeadlessCopilotLifecycle>>,

Callers 1

sendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected