Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PanJiaChen/electron-vue-admin
/ requireAll
Function
requireAll
src/renderer/icons/index.js:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
Vue.component(
'svg-icon'
, SvgIcon)
6
7
const
requireAll = requireContext => requireContext.keys().map(requireContext)
8
const
req = require.context(
'./svg'
, false, /\.svg$/)
9
requireAll(req)
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected