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

Function arrayParser

cf/src/types.js:277–280  ·  view source on GitHub ↗
(x, parser, typarray)

Source from the content-addressed store, hash-verified

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

Callers 2

addArrayTypeFunction · 0.90
addArrayTypeFunction · 0.50

Calls 1

arrayParserLoopFunction · 0.70

Tested by

no test coverage detected