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

Function decodeIntArray

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

Source from the content-addressed store, hash-verified

220}
221
222export function decodeIntArray(value: string) {
223 return parseArray(value, decodeInt);
224}
225
226export function decodeFloat(value: string): number {
227 return parseFloat(value);

Callers 1

decodeTextFunction · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected