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

Function decodeBooleanArray

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

Source from the content-addressed store, hash-verified

43}
44
45export function decodeBooleanArray(value: string) {
46 return parseArray(value, decodeBoolean);
47}
48
49export function decodeBox(value: string): Box {
50 const points = value.match(/\(.*?\)/g) || [];

Callers 2

decodeTextFunction · 0.90
decode_test.tsFile · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected