Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/powershell
/ _endsWith
Method
_endsWith
lib/index.js:1881–1883 ·
view source on GitHub ↗
(str, end)
Source
from the content-addressed store, hash-verified
1879
return
this.args;
1880
}
1881
_endsWith(str, end) {
1882
return
str.endsWith(end);
1883
}
1884
_isCmdFile() {
1885
const
upperToolPath = this.toolPath.toUpperCase();
1886
return
(this._endsWith(upperToolPath,
'.CMD'
) ||
Callers
1
_isCmdFile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected