MCPcopy 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
257function containsWildcard(str: string): boolean {
258 return !!str.match(/[?*]/);
259}

Callers 1

getHostsFromHostConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected