Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
function
isValidTabId(tabId) {
11
return
tabId != INVALID_TAB_ID && tabs.has(tabId);
12
}
13
14
function
createNewTab(shouldBeActive) {
15
const
tabId = getNewTabId();
Callers
5
switchToTab
Function · 0.85
favoriteFromTab
Function · 0.85
historyItemFromTab
Function · 0.85
messageHandler
Function · 0.85
loadTabUI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected