MCPcopy
hub / github.com/web-infra-dev/rsbuild / getComparable

Function getComparable

e2e/helper/utils.ts:281–281  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

279): string => {
280 const { ignoreHash = true } = options;
281 const getComparable = (file: string) => (ignoreHash ? file.replace(HASH_PATTERN, '') : file);
282 const matcherFn = toMatcherFn(matcher);
283
284 for (const file of Object.keys(files)) {

Callers 1

findFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…