MCPcopy Index your code
hub / github.com/TechJeeper/Printventory / getCurrentModelFilePath

Function getCurrentModelFilePath

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

Source from the content-addressed store, hash-verified

2221
2222// Helper function to get the current model file path
2223function getCurrentModelFilePath() {
2224 const pathTreeContainer = document.getElementById('path-tree-container');
2225 if (pathTreeContainer) {
2226 return pathTreeContainer.getAttribute('data-file-path') || '';
2227 }
2228 return '';
2229}
2230
2231// Render path tree visualization
2232function renderPathTree(filePath, containerId) {

Callers 9

showModelDetailsFunction · 0.85
handlerFunction · 0.85
renderer.jsFile · 0.85
refreshTagManagerListFunction · 0.85
applyTagsToModelFunction · 0.85
navigateDetailViewFunction · 0.85
handleItemClickFunction · 0.85
autoSaveModelFunction · 0.85
getModelFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected