MCPcopy
hub / github.com/stemdeckapp/stemdeck / _nextId

Function _nextId

static/js/sections.js:380–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378}
379
380function _nextId() {
381 return `s${Date.now().toString(36)}${Math.random().toString(36).slice(2, 6)}`;
382}

Callers 1

_addSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected