MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / formatRemoteUri

Function formatRemoteUri

frontend/util/waveutil.ts:92–95  ·  view source on GitHub ↗
(path: string, connection: string)

Source from the content-addressed store, hash-verified

90}
91
92export function formatRemoteUri(path: string, connection: string): string {
93 connection = connection ?? "local";
94 return `wsh://${connection}/${path}`;
95}

Callers 7

resolveRemoteFileFunction · 0.90
TableRowFunction · 0.90
getSettingsMenuItemsMethod · 0.90
formatRemoteUriMethod · 0.90
StreamingPreviewFunction · 0.90
addOpenMenuItemsFunction · 0.90
encodeFileURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected