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

Function normalizePath

renderer.js:2190–2193  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

2188
2189 if (shouldBeVisible && parentModel) {
2190 if (parentModel === '__none__') {
2191 shouldBeVisible = !model.parentModel || model.parentModel.trim() === '';
2192 } else {
2193 shouldBeVisible = model.parentModel === parentModel;
2194 }
2195 }
2196

Callers 1

parsePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected