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

Function decodeBoxArray

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

Source from the content-addressed store, hash-verified

70}
71
72export function decodeBoxArray(value: string) {
73 return parseArray(value, decodeBox, ";");
74}
75
76export function decodeBytea(byteaStr: string): Uint8Array {
77 if (HEX_PREFIX_REGEX.test(byteaStr)) {

Callers 1

decodeTextFunction · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected