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

Function warn

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

Source from the content-addressed store, hash-verified

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

Callers 1

cachedFetchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected