Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/remoteintech/remote-jobs
/ segment
Function
segment
src/_data/helpers.js:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
*/
44
export
function
random() {
45
const
segment = () => {
46
return
(((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);
47
};
48
return
`${segment()}-${segment()}-${segment()}`;
49
}
Callers
1
random
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected