MCPcopy Create free account
hub / github.com/denodrivers/postgres / decodeByteaArray

Function decodeByteaArray

query/decoders.ts:84–86  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

82}
83
84export function decodeByteaArray(value: string) {
85 return parseArray(value, decodeBytea);
86}
87
88function decodeByteaEscape(byteaStr: string): Uint8Array {
89 const bytes = [];

Callers 1

decodeTextFunction · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected