Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ unique
Function
unique
e2e/scenarios/microsoft-graph-full.test.ts:26–26 ·
view source on GitHub ↗
(prefix: string)
Source
from the content-addressed store, hash-verified
24
};
25
26
const
unique = (prefix: string) => `${prefix}_${randomBytes(4).toString(
"hex"
)}`;
27
const
MICROSOFT_FILES_PRESET_ID =
"files"
;
28
const
MICROSOFT_FILES_DELEGATED_SCOPES = [
29
"offline_access"
,
Callers
1
microsoft-graph-full.test.ts
File · 0.70
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected