MCPcopy Index your code
hub / github.com/EvoMap/evolver / _isAcceptedRequiredVersionForTesting

Function _isAcceptedRequiredVersionForTesting

src/forceUpdate.js:966–969  ·  view source on GitHub ↗
(raw)

Source from the content-addressed store, hash-verified

964// MUST also update _extractTargetVersion (and vice versa) or the
965// parity test breaks.
966function _isAcceptedRequiredVersionForTesting(raw) {
967 if (typeof raw !== 'string') return false;
968 return normalizeRequiredVersion(raw) !== '';
969}
970
971// Type guard: is `result` a structured failure (vs true / NOOP / BUSY)?
972// Call sites use this to decide whether to forward result as opts.failure to

Callers

nothing calls this directly

Calls 1

normalizeRequiredVersionFunction · 0.85

Tested by

no test coverage detected