Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
71fd8983
Commit
71fd8983
authored
3 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: nolint and todo
parent
fc8b443b
No related branches found
No related tags found
No related merge requests found
Pipeline
#12543
passed with warnings
3 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-cppinttest
#12545
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/caosdb/entity.cpp
+2
-1
2 additions, 1 deletion
src/caosdb/entity.cpp
with
2 additions
and
1 deletion
src/caosdb/entity.cpp
+
2
−
1
View file @
71fd8983
...
...
@@ -272,7 +272,8 @@ auto Entity::FixValue() -> void { FixValueImpl(this); }
// Utility functions //////////////////////////////////////////////////////////
template
<
typename
E
>
auto
FixValueImpl
(
E
*
ent
)
->
void
{
// TODO(daniel) cognitive complexity is too high
template
<
typename
E
>
auto
FixValueImpl
(
E
*
ent
)
->
void
{
//NOLINT
const
auto
&
dtype
=
ent
->
GetDataType
();
const
auto
&
value
=
ent
->
GetValue
();
auto
new_value
=
Value
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment