Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
const
isDev =
import
.meta.env.DEV;
7
const
log = (...args) => isDev && console.log(...args);
8
const
warn = (...args) => isDev && console.warn(...args);
9
10
class
FileCache {
Callers
5
get
Method · 0.85
set
Method · 0.85
enforceSizeLimit
Method · 0.85
clear
Method · 0.85
cachedFetch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected