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

Function delay

aitagging.js:73–75  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

71
72// Helper function to introduce a delay
73function delay(ms) {
74 return new Promise(resolve => setTimeout(resolve, ms));
75}
76
77// Normalize a tag (lowercase, trim, remove special chars)
78function normalizeTag(tag) {

Callers 1

generateTagsForImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected