MCPcopy Create free account
hub / github.com/microsoft/Webwright / filteredEvents

Function filteredEvents

assets/compare_trajectory/app.js:2036–2041  ·  view source on GitHub ↗
(trace)

Source from the content-addressed store, hash-verified

2034 }
2035 },
2036 filteredEvents(trace) {
2037 if (!trace) {
2038 return [];
2039 }
2040 return trace.events.filter((event) => event.kind !== 'token_snapshot');
2041 },
2042 highlightRenderedCode() {
2043 if (!window.hljs) {
2044 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected