Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/powershell
/ getFileName
Method
getFileName
src/Utilities/FileUtils.ts:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
private static getFileName(): string {
18
return
`${uuidv4()}.ps1`;
19
}
20
21
static
async
deleteFile(filePath: string) {
22
if
(fs.existsSync(filePath)) {
Callers
1
createScriptFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected