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

Function decodeCircleArray

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

Source from the content-addressed store, hash-verified

148}
149
150export function decodeCircleArray(value: string) {
151 return parseArray(value, decodeCircle);
152}
153
154export function decodeDate(dateStr: string): Date | number {
155 // there are special `infinity` and `-infinity`

Callers 1

decodeTextFunction · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected