MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Browser / isValidTabId

Function isValidTabId

wvbrowser_ui/controls_ui/tabs.js:10–12  ·  view source on GitHub ↗
(tabId)

Source from the content-addressed store, hash-verified

8}
9
10function isValidTabId(tabId) {
11 return tabId != INVALID_TAB_ID && tabs.has(tabId);
12}
13
14function createNewTab(shouldBeActive) {
15 const tabId = getNewTabId();

Callers 5

switchToTabFunction · 0.85
favoriteFromTabFunction · 0.85
historyItemFromTabFunction · 0.85
messageHandlerFunction · 0.85
loadTabUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected