Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
const
ERROR_MESSAGE_LENGTH = 1000;
14
15
function
createTraceId() {
16
return
crypto.randomBytes(16).toString(
"hex"
);
17
}
18
19
function
createHash(value) {
20
if
(value === undefined || value === null || value ===
""
) {
Callers
1
startRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected