MCPcopy Create free account
hub / github.com/devflowinc/trieve / test

Method test

pdf2md/server/static/viewer.mjs:2531–2534  ·  view source on GitHub ↗
(re)

Source from the content-addressed store, hash-verified

2529 }
2530 }
2531 function test(re) {
2532 re.lastIndex = cursor;
2533 return re.test(source);
2534 }
2535 function consumeChar(char, errorClass) {
2536 if (source[cursor] === char) {
2537 cursor++;

Callers 15

removeNullCharactersFunction · 0.80
parseInlineExpressionMethod · 0.80
translateElementFunction · 0.80
viewer.mjsFile · 0.80
eeFunction · 0.80
LnFunction · 0.80
iaFunction · 0.80
sTFunction · 0.80
hmFunction · 0.80
OTFunction · 0.80
F5Function · 0.80
$5Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected