Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ generateOwnerToken
Function
generateOwnerToken
src/user-config.ts:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
export
function
generateOwnerToken(): string {
88
return
randomBytes(32).toString(
"base64url"
);
89
}
90
91
function
readJsonFile<T>(filePath: string): T {
92
try {
Callers
1
runInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected