Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/echarts
/ getClientRelativePath
Function
getClientRelativePath
test/runTest/cli.js:82–84 ·
view source on GitHub ↗
(absPath)
Source
from the content-addressed store, hash-verified
80
}
81
82
function
getClientRelativePath(absPath) {
83
return
path.join(
'../'
, path.relative(__dirname, absPath));
84
}
85
86
function
replaceEChartsVersion(interceptedRequest, source, version) {
87
// TODO Extensions and maps
Callers
1
runTest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected