MCPcopy
hub / github.com/di-sukharev/opencommit / isString2

Function isString2

out/cli.cjs:25464–25466  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

25462 return dot > 0 && subdomain[dot] === "." && subdomain.endsWith(domain);
25463 }
25464 function isString2(value) {
25465 return typeof value === "string" || value instanceof String;
25466 }
25467 function isFunction4(value) {
25468 return typeof value === "function";
25469 }

Callers 8

request3Function · 0.85
parseUrlFunction · 0.85
isSubdomainFunction · 0.85
checkPatternFunction · 0.85
checkPathFunction · 0.85
addMethod · 0.85

Calls 1

toStrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…