Searched refs:relPathFromRoot (Results 1 – 1 of 1) sorted by relevance
49 function assertNoDeadLink(relPathFromRoot) { argument50 relPathFromRoot = relPathFromRoot.replace(/\#.*$/g, ''); // Remove #line.53 if (relPathFromRoot.endsWith('.autogen'))56 const fullPath = path.join(ROOT_DIR, relPathFromRoot);58 const msg = `Dead link: ${relPathFromRoot} in ${curMdFile}`;