MCPcopy Index your code
hub / github.com/pythonstock/stock / resolve

Function resolve

frontend/vue.config.js:5–7  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

3const defaultSettings = require('./src/settings.js')
4
5function resolve(dir) {
6 return path.join(__dirname, dir)
7}
8
9const name = defaultSettings.title || 'vue Admin Template' // page title
10

Callers 6

vue.config.jsFile · 0.85
chainWebpackFunction · 0.85
loginFunction · 0.85
getInfoFunction · 0.85
logoutFunction · 0.85
resetTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected