MCPcopy Create free account
hub / github.com/TanStack/router / encodeEndFrame

Function encodeEndFrame

packages/start-client-core/tests/frame-decoder.test.ts:30–32  ·  view source on GitHub ↗
(streamId: number)

Source from the content-addressed store, hash-verified

28}
29
30function encodeEndFrame(streamId: number): Uint8Array {
31 return encodeFrame(FrameType.END, streamId, new Uint8Array(0))
32}
33
34function encodeErrorFrame(streamId: number, message: string): Uint8Array {
35 return encodeFrame(

Callers 1

Calls 1

encodeFrameFunction · 0.70

Tested by

no test coverage detected