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

Function loadedTraces

assets/compare_trajectory/app.js:1810–1812  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1808 return !!(this.left || this.right);
1809 },
1810 loadedTraces() {
1811 return [this.left, this.right].filter(Boolean);
1812 },
1813 leftTrace() {
1814 return this.left;
1815 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected