Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, it, expect } from
'vitest'
2
import
{ serialize } from
'../src/serializer'
3
import
BufferList from
'./testing/buffer-list'
4
Callers
nothing calls this directly
Calls
12
describe
Function · 0.85
join
Method · 0.80
parse
Method · 0.80
addChar
Method · 0.80
query
Method · 0.65
flush
Method · 0.65
close
Method · 0.65
addCString
Method · 0.45
addInt16
Method · 0.45
addInt32
Method · 0.45
addString
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected