MCPcopy Create free account
hub / github.com/apache/maka / writeClientFrame

Function writeClientFrame

packages/runtime-host/src/__tests__/host-kernel.test.ts:2956–2958  ·  view source on GitHub ↗
(transport: FramedTransport, frame: ClientFrame)

Source from the content-addressed store, hash-verified

2954}
2955
2956function writeClientFrame(transport: FramedTransport, frame: ClientFrame): Promise<void> {
2957 return transport.write(encodeProtocolMessage(frame));
2958}
2959
2960async function removeControlDirectoriesForRootsUnder(base: string): Promise<void> {
2961 const rootIds = new Set<string>();

Callers 1

Calls 2

encodeProtocolMessageFunction · 0.85
writeMethod · 0.65

Tested by

no test coverage detected