MCPcopy Create free account
hub / github.com/SpecterOps/Nemesis / log

Function log

projects/frontend/src/utils/fileCache.js:7–7  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

5
6const isDev = import.meta.env.DEV;
7const log = (...args) => isDev && console.log(...args);
8const warn = (...args) => isDev && console.warn(...args);
9
10class FileCache {

Callers 5

getMethod · 0.85
setMethod · 0.85
enforceSizeLimitMethod · 0.85
clearMethod · 0.85
cachedFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected