MCPcopy Create free account
hub / github.com/EvoMap/evolver / index.js

File index.js

index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2function _parseBootstrapSemver(version) {
3 const match = /^v?(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-([0-9A-Za-z.-]+))?(?:\+[0-9A-Za-z.-]+)?$/.exec(String(version || ''));
4 if (!match) return null;

Callers

nothing calls this directly

Calls 4

_printProxyTokenUsageFunction · 0.85
mainFunction · 0.70

Tested by

no test coverage detected