Add extend Container validity method - #658
Merged
Merged
Conversation
metsma
force-pushed
the
lta
branch
2 times, most recently
from
August 27, 2025 09:22
75403e6 to
036ab5d
Compare
metsma
force-pushed
the
lta
branch
2 times, most recently
from
February 17, 2026 09:46
6952d7a to
ceed5d1
Compare
| if(full_path.back() == '/') // Skip Directory entries | ||
| continue; | ||
|
|
||
| if(const auto &[pos, inserted] = manifestFiles.insert(full_path); !inserted) |
Check notice
Code scanning / CodeQL
Unused local variable Note
metsma
force-pushed
the
lta
branch
2 times, most recently
from
May 4, 2026 11:19
2ce37c3 to
4fc6536
Compare
metsma
force-pushed
the
lta
branch
3 times, most recently
from
May 28, 2026 08:06
a4ece8a to
2766e27
Compare
metsma
force-pushed
the
lta
branch
4 times, most recently
from
June 15, 2026 08:48
604458e to
9b24d2b
Compare
IB-8265 Signed-off-by: Raul Metsma <raul@metsma.ee>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IB-8265
Signed-off-by: Raul Metsma raul@metsma.ee