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 DictionaryTrait #573

Merged
merged 12 commits into from
Sep 28, 2023

refactor(core): add DictionaryTrait::{View, ConstView}

00d4a24
Select commit
Loading
Failed to load commit list.
Merged

Add DictionaryTrait #573

refactor(core): add DictionaryTrait::{View, ConstView}
00d4a24
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 28, 2023 in 0s

90.71% of diff hit (target 31.80%)

View this Pull Request on Codecov

90.71% of diff hit (target 31.80%)

Annotations

Check warning on line 44 in core/include/cubos/core/reflection/external/map.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/include/cubos/core/reflection/external/map.hpp#L44

Added line #L44 was not covered by tests

Check warning on line 55 in core/include/cubos/core/reflection/external/map.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/include/cubos/core/reflection/external/map.hpp#L53-L55

Added lines #L53 - L55 were not covered by tests

Check warning on line 64 in core/include/cubos/core/reflection/external/map.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/include/cubos/core/reflection/external/map.hpp#L64

Added line #L64 was not covered by tests

Check warning on line 44 in core/include/cubos/core/reflection/external/unordered_map.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/include/cubos/core/reflection/external/unordered_map.hpp#L44

Added line #L44 was not covered by tests

Check warning on line 55 in core/include/cubos/core/reflection/external/unordered_map.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/include/cubos/core/reflection/external/unordered_map.hpp#L53-L55

Added lines #L53 - L55 were not covered by tests

Check warning on line 64 in core/include/cubos/core/reflection/external/unordered_map.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/include/cubos/core/reflection/external/unordered_map.hpp#L64

Added line #L64 was not covered by tests

Check warning on line 167 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L167

Added line #L167 was not covered by tests

Check warning on line 178 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L177-L178

Added lines #L177 - L178 were not covered by tests

Check warning on line 180 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L180

Added line #L180 was not covered by tests

Check warning on line 182 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L182

Added line #L182 was not covered by tests

Check warning on line 233 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L233

Added line #L233 was not covered by tests

Check warning on line 244 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L243-L244

Added lines #L243 - L244 were not covered by tests

Check warning on line 246 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L246

Added line #L246 was not covered by tests

Check warning on line 248 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L248

Added line #L248 was not covered by tests

Check warning on line 277 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L277

Added line #L277 was not covered by tests

Check warning on line 279 in core/src/cubos/core/reflection/traits/dictionary.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/cubos/core/reflection/traits/dictionary.cpp#L279

Added line #L279 was not covered by tests