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

Function hasAnyTrace

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

Source from the content-addressed store, hash-verified

1805 return !!(this.left && this.right);
1806 },
1807 hasAnyTrace() {
1808 return !!(this.left || this.right);
1809 },
1810 loadedTraces() {
1811 return [this.left, this.right].filter(Boolean);
1812 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected