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

Function debugLog

renderer.js:579–583  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

577 prompt,
578 imageUrl: imageUrl || null,
579 model: modelName,
580 authToken: puter.authToken || null
581 })
582 }).then(async (resp) => {
583 const data = await resp.json().catch(() => ({}));
584 if (!resp.ok) {
585 const err = new Error(data.error || `Puter AI proxy error (${resp.status})`);
586 if (data.code) err.code = data.code;

Callers 5

updateModelElementFunction · 0.70
showModelDetailsFunction · 0.70
renderer.jsFile · 0.70
isValidFileFunction · 0.70
generateThumbnailFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected