MCPcopy
hub / github.com/zxlie/FeHelper / $

Function $

apps/uuid-gen/index.js:8–8  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

6 var snowflakeLastTs = -1;
7
8 var $ = function (id) { return document.getElementById(id); };
9
10 function generateUUID() {
11 if (typeof crypto !== 'undefined' && crypto.randomUUID) {

Callers 15

formatUUIDFunction · 0.70
generateUUIDsFunction · 0.70
generateSnowflakeIdFunction · 0.70
generateSnowflakesFunction · 0.70
parseSnowflakeFunction · 0.70
generateNanoIdFunction · 0.70
generateNanoIdsFunction · 0.70
index.jsFile · 0.70
getHeaderEntriesForAiFunction · 0.50
index.jsFile · 0.50
index.jsFile · 0.50
html5sticky.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected