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

Function parseTagInput

renderer.js:19542–19548  ·  view source on GitHub ↗
(tagInput)

Source from the content-addressed store, hash-verified

19540
19541 // Send the response back to main process
19542 window.electron.send('native-prompt-response', {
19543 value: value,
19544 canceled: value === null
19545 });
19546});
19547
19548// Add implementation of autoSaveModel function
19549async function autoSaveModel(field, value, filePath) {
19550 try {
19551 if (!filePath) {

Callers 1

updateGroupTagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected