MCPcopy 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
87export function generateOwnerToken(): string {
88 return randomBytes(32).toString("base64url");
89}
90
91function readJsonFile<T>(filePath: string): T {
92 try {

Callers 1

runInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected