MCPcopy 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
98function parseSessionId(text) {
99 const match = String(text || '').match(/session(?:\s+ID)?\s+(\d+)/i);
100 return match ? match[1] : '';
101}
102
103function countBy(items, selector) {
104 const counts = new Map();

Callers 1

normalizeCodexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected