Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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 {
11
constructor() {
Callers
1
cachedFetch
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected