MCPcopy
hub / github.com/Kong/insomnia / isVersion

Method isVersion

packages/insomnia/bin/yarn-standalone.js:49891–49893  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

49889 }
49890
49891 static isVersion(pattern) {
49892 return super.isVersion.call(this, pattern) || this.prefixMatcher.test(pattern) || (_path || _load_path()).default.isAbsolute(pattern);
49893 }
49894
49895 resolve() {
49896 var _this = this;

Callers

nothing calls this directly

Calls 2

_load_pathFunction · 0.85
testMethod · 0.80

Tested by

no test coverage detected