MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / isSshConnName

Function isSshConnName

frontend/util/util.ts:26–28  ·  view source on GitHub ↗
(connName: string)

Source from the content-addressed store, hash-verified

24}
25
26function isSshConnName(connName: string): boolean {
27 return !isLocalConnName(connName) && !isWslConnName(connName);
28}
29
30function base64ToString(b64: string): string {
31 if (b64 == null) {

Callers 1

Calls 2

isLocalConnNameFunction · 0.85
isWslConnNameFunction · 0.85

Tested by

no test coverage detected