Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/vscode-cpptools
/ containsWildcard
Function
containsWildcard
Extension/src/SSH/sshHosts.ts:257–259 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
255
}
256
257
function
containsWildcard(str: string): boolean {
258
return
!!str.match(/[?*]/);
259
}
Callers
1
getHostsFromHostConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected