Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/Webwright
/ parseSessionId
Function
parseSessionId
assets/compare_trajectory/app.js:98–101 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
96
}
97
98
function
parseSessionId(text) {
99
const
match = String(text ||
''
).match(/session(?:\s+ID)?\s+(\d+)/i);
100
return
match ? match[1] :
''
;
101
}
102
103
function
countBy(items, selector) {
104
const
counts =
new
Map();
Callers
1
normalizeCodex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected