MCPcopy Create free account
hub / github.com/remy/jsconsole / getCacheKey

Function getCacheKey

config/jest/cssTransform.js:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 return 'module.exports = {};';
9 },
10 getCacheKey() {
11 // The output is always the same.
12 return 'cssTransform';
13 },
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected