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

Function decodeFloatArray

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

Source from the content-addressed store, hash-verified

228}
229
230export function decodeFloatArray(value: string) {
231 return parseArray(value, decodeFloat);
232}
233
234export function decodeJson(value: string): unknown {
235 return JSON.parse(value);

Callers 1

decodeTextFunction · 0.90

Calls 1

parseArrayFunction · 0.90

Tested by

no test coverage detected