Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/powershell
/ getFileName
Method
getFileName
lib/index.js:8170–8172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8168
});
8169
}
8170
static getFileName() {
8171
return
`${(0, uuid_1.v4)()}.ps1`;
8172
}
8173
static deleteFile(filePath) {
8174
return
__awaiter(this, void 0, void 0,
function
* () {
8175
if
(fs.existsSync(filePath)) {
Callers
1
createScriptFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected