MCPcopy Create free account
hub / github.com/porsager/postgres / arrayParser

Function arrayParser

src/types.js:276–279  ·  view source on GitHub ↗
(x, parser, typarray)

Source from the content-addressed store, hash-verified

274}
275
276export const arrayParser = function arrayParser(x, parser, typarray) {
277 arrayParserState.i = arrayParserState.last = 0
278 return arrayParserLoop(arrayParserState, x, parser, typarray)
279}
280
281function arrayParserLoop(s, x, parser, typarray) {
282 const xs = []

Callers 1

addArrayTypeFunction · 0.90

Calls 1

arrayParserLoopFunction · 0.70

Tested by

no test coverage detected