MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / getCacheKey

Function getCacheKey

test/unit/__mocks__/cssTransform.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 return {code: 'export default {};'};
5 },
6 getCacheKey() {
7 return 'cssTransform';
8 }
9};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected