MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / openUrlInBrowser

Function openUrlInBrowser

src/utils/utils.ts:178–180  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

176}
177
178export async function openUrlInBrowser(url: string) {
179 await shell.open(url)
180}
181
182export function compareVersions(v1: string, v2: string) {
183 v1 = v1.replace(/[^0-9.]/g, '')

Callers 5

Mount_pageFunction · 0.90
Task_pageFunction · 0.90
AddStorage_pageFunction · 0.90
Storage_pageFunction · 0.90
Setting_pageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected