MCPcopy Create free account
hub / github.com/GCWing/BitFun / formatNearPairDecisionKey

Function formatNearPairDecisionKey

scripts/audit-theme-colors.test.mjs:88–90  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

86}
87
88function formatNearPairDecisionKey(row) {
89 return `${row.root}:${row.domain}:${row.key}`;
90}
91
92function createFixture(files) {
93 const dir = fs.mkdtempSync(path.join(os.tmpdir(), 'bitfun-theme-audit-'));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected