MCPcopy
hub / github.com/electric-sql/pglite / outbound-serializer.test.ts

File outbound-serializer.test.ts

packages/pg-protocol/test/outbound-serializer.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest'
2import { serialize } from '../src/serializer'
3import BufferList from './testing/buffer-list'
4

Callers

nothing calls this directly

Calls 12

describeFunction · 0.85
joinMethod · 0.80
parseMethod · 0.80
addCharMethod · 0.80
queryMethod · 0.65
flushMethod · 0.65
closeMethod · 0.65
addCStringMethod · 0.45
addInt16Method · 0.45
addInt32Method · 0.45
addStringMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected