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

Function decodeDatetimeArray

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

Source from the content-addressed store, hash-verified

212}
213
214export function decodeDatetimeArray(value: string) {
215 return parseArray(value, decodeDatetime);
216}
217
218export function decodeInt(value: string): number {
219 return parseInt(value, 10);

Callers 1

decodeTextFunction · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected