MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / createTraceId

Function createTraceId

server/modules/updateAudit.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13const ERROR_MESSAGE_LENGTH = 1000;
14
15function createTraceId() {
16 return crypto.randomBytes(16).toString("hex");
17}
18
19function createHash(value) {
20 if (value === undefined || value === null || value === "") {

Callers 1

startRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected