MCPcopy Create free account
hub / github.com/cryptii/cryptii / uniqueId

Method uniqueId

src/StringUtil.js:32–34  ·  view source on GitHub ↗

* Returns unique identifier for current session. * @return {string}

()

Source from the content-addressed store, hash-verified

30 * @return {string}
31 */
32 static uniqueId () {
33 return 'u' + (++iterator).toString(16)
34 }
35
36 /**
37 * Separates string into chunks of given length.

Callers 2

StringUtil.jsFile · 0.80
constructorMethod · 0.80

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected