Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denodrivers/postgres
/ readByte
Method
readByte
connection/packet.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
readByte(): number {
53
return
this.readBytes(1)[0];
54
}
55
56
readBytes(length: number): Uint8Array {
57
const
start = this.#offset;
Callers
1
parseNoticeMessage
Function · 0.80
Calls
1
readBytes
Method · 0.95
Tested by
no test coverage detected