Closed Karolk99 closed 8 months ago
I'm not sure if we want to rename those functions to be compliant with the newest credo version. There are a lot of variables in code named in is_<name> manner. Also functions from other repositories for example RTP have functions like is_keyframe.
is_<name>
is_keyframe
Merging #349 (67f9008) into master (164b5dc) will increase coverage by 0.02%. The diff coverage is 100.00%.
0.02%
100.00%
I'm not sure if we want to rename those functions to be compliant with the newest credo version. There are a lot of variables in code named in
is_<name>
manner. Also functions from other repositories for example RTP have functions likeis_keyframe
.