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

Function decodeBigintArray

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

Source from the content-addressed store, hash-verified

27}
28
29export function decodeBigintArray(value: string) {
30 return parseArray(value, decodeBigint);
31}
32
33export function decodeBoolean(value: string): boolean {
34 const v = value.toLowerCase();

Callers 2

decodeTextFunction · 0.90
decode_test.tsFile · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected