MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / gtag

Function gtag

renderer.js:10953–10953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10951
10952 // Helper function to normalize file paths for comparison (Docker/server may use leading slash or not)
10953 function normalizeFilePath(path) {
10954 if (!path) return '';
10955 const normalized = path.replace(/\\/g, '/').toLowerCase().trim();
10956 return normalized.replace(/^\/+/, ''); // strip leading slashes so "/3dmodels/..." and "3dmodels/..." match

Callers 1

toggleAnalyticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected