MCPcopy Index your code
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
82function getClientRelativePath(absPath) {
83 return path.join('../', path.relative(__dirname, absPath));
84}
85
86function replaceEChartsVersion(interceptedRequest, source, version) {
87 // TODO Extensions and maps

Callers 1

runTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…