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

Function errorBySide

assets/compare_trajectory/app.js:1888–1890  ·  view source on GitHub ↗
(side)

Source from the content-addressed store, hash-verified

1886 return this[side];
1887 },
1888 errorBySide(side) {
1889 return this.errors[side];
1890 },
1891 attachmentErrorBySide(side) {
1892 return this.attachmentErrors[side];
1893 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected