MCPcopy Create free account
hub / github.com/EvoMap/evolver / parse

Method parse

src/proxy/lifecycle/manager.js:1541–1541  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

1539 // Using Number() here returned NaN and was treated as 0, under-counting
1540 // prerelease minimums. See community PR #516.
1541 const parse = (v) => String(v || '0.0.0').split('.').map((part) => parseInt(part, 10));
1542 const min = parse(minVersion);
1543 const cur = parse(PROXY_PROTOCOL_VERSION);
1544 for (let i = 0; i < 3; i++) {

Callers 15

readJsonSafeFunction · 0.80
_readLockPayloadFunction · 0.80
mainFunction · 0.80
readBodyFunction · 0.80
portable.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 15

readBodyFunction · 0.64
runStartFunction · 0.64
readRowsFunction · 0.64
runInChildFunction · 0.64
runCollectInChildFunction · 0.64
responseFromTextFunction · 0.64
readRowsFunction · 0.64
readMailboxStateFunction · 0.64
responseFromTextFunction · 0.64
ambiguousLastUpdate400Function · 0.64
genesOnDiskFunction · 0.64
convStateFunction · 0.64