Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ unique
Function
unique
e2e/scenarios/microsoft-emulator.test.ts:32–32 ·
view source on GitHub ↗
(prefix: string)
Source
from the content-addressed store, hash-verified
30
};
31
32
const
unique = (prefix: string) => `${prefix}_${randomBytes(4).toString(
"hex"
)}`;
33
34
const
availablePort = Effect.callback<number>((resume) => {
35
const
server = createServer();
Callers
1
microsoft-emulator.test.ts
File · 0.70
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected