MCPcopy
hub / github.com/vercel/hyper / isVersion

Method isVersion

bin/yarn-standalone.js:50677–50679  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

50675 }
50676
50677 static isVersion(pattern) {
50678 return super.isVersion.call(this, pattern) || this.prefixMatcher.test(pattern) || (_path || _load_path()).default.isAbsolute(pattern);
50679 }
50680
50681 resolve() {
50682 var _this = this;

Callers

nothing calls this directly

Calls 2

_load_pathFunction · 0.85
testMethod · 0.80

Tested by

no test coverage detected