Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/electric-sql/pglite
/ inbound-parser.test.ts
File
inbound-parser.test.ts
packages/pg-protocol/test/inbound-parser.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
buffers from
'./testing/test-buffers'
3
import
BufferList from
'./testing/buffer-list'
4
import
{ Parser } from
'../src'
Callers
nothing calls this directly
Calls
9
describe
Function · 0.85
testForMessage
Function · 0.85
concatBuffers
Function · 0.85
parseBuffers
Function · 0.85
testMessageRecievedAfterSpiltAt
Function · 0.85
verifyMessages
Function · 0.85
splitAndVerifyTwoMessages
Function · 0.85
join
Method · 0.80
addInt16
Method · 0.45
Tested by
no test coverage detected