Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/npmx-dev/npmx.dev
/ generateToken
Function
generateToken
cli/src/server.ts:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
export
const
CONNECTOR_VERSION = pkg.version
75
76
function
generateToken(): string {
77
return
crypto.randomBytes(16).toString(
'hex'
)
78
}
79
80
function
generateOperationId(): string {
81
return
crypto.randomBytes(8).toString(
'hex'
)
Callers
1
run
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected