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

Function escapeHtml

main.js:4241–4248  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

4239 file.hash || '',
4240 file.size,
4241 file.mtime.toISOString(),
4242 bundle.bundleKey || null,
4243 bundle.bundleLabel || null,
4244 bundle.bundleKind || null,
4245 file.filePath
4246 );
4247 } else {
4248 const dateAdded = new Date().toISOString();
4249 insertNew.run(
4250 file.filePath,
4251 file.fileName,

Callers 1

main.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected