Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add defaults for View trait methods #147

Merged
merged 1 commit into from
Nov 5, 2023

Add default for `View` trait methods

a0e54ca
Select commit
Loading
Failed to load commit list.
Merged

Add defaults for View trait methods #147

Add default for `View` trait methods
a0e54ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 5, 2023 in 0s

0.00% of diff hit (target 4.99%)

View this Pull Request on Codecov

0.00% of diff hit (target 4.99%)

Annotations

Check warning on line 116 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L116

Added line #L116 was not covered by tests

Check warning on line 120 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L120

Added line #L120 was not covered by tests

Check warning on line 135 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L130-L135

Added lines #L130 - L135 were not covered by tests

Check warning on line 137 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L137

Added line #L137 was not covered by tests

Check warning on line 141 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L139-L141

Added lines #L139 - L141 were not covered by tests

Check warning on line 148 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L143-L148

Added lines #L143 - L148 were not covered by tests

Check warning on line 150 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L150

Added line #L150 was not covered by tests

Check warning on line 154 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L152-L154

Added lines #L152 - L154 were not covered by tests

Check warning on line 163 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L156-L163

Added lines #L156 - L163 were not covered by tests

Check warning on line 173 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L166-L173

Added lines #L166 - L173 were not covered by tests

Check warning on line 190 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L188-L190

Added lines #L188 - L190 were not covered by tests

Check warning on line 210 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L201-L210

Added lines #L201 - L210 were not covered by tests

Check warning on line 224 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L213-L224

Added lines #L213 - L224 were not covered by tests

Check warning on line 237 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L230-L237

Added lines #L230 - L237 were not covered by tests

Check warning on line 246 in src/view.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/view.rs#L241-L246

Added lines #L241 - L246 were not covered by tests

Check warning on line 23 in src/views/clip.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/clip.rs#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 27 in src/views/clip.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/clip.rs#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 26 in src/views/container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/container.rs#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 30 in src/views/container.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/container.rs#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 61 in src/views/container_box.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/container_box.rs#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 65 in src/views/container_box.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/container_box.rs#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 48 in src/views/drag_resize_window_area.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/drag_resize_window_area.rs#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 52 in src/views/drag_resize_window_area.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/drag_resize_window_area.rs#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 37 in src/views/drag_window_area.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/drag_window_area.rs#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 41 in src/views/drag_window_area.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/views/drag_window_area.rs#L40-L41

Added lines #L40 - L41 were not covered by tests