linksplatform / linksplatform/Data.Doublets
Return continue constant on full scan
- Dominant language
- C#
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/linksplatform/Data.Doublets/blob/ca3d68cb8cd03f580e40cf17cdbb07470c8df244/csharp/Platform.Data.Doublets/Memory/United/Generic/UnitedMemoryLinksBase.cs#L356
and
https://github.com/linksplatform/Data.Doublets/blob/5eb67041a33a7afa00e87c2f1afdf6dc43084abd/csharp/Platform.Data.Doublets/Memory/Split/Generic/SplitMemoryLinksBase.cs#L545
should be replaced with:
```cs
return @continue;
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the indicated lines in csharp/Platform.Data.Doublets/Memory/United/Generic/UnitedMemoryLinksBase.cs and csharp/Platform.Data.Doublets/Memory/Split/Generic/SplitMemoryLinksBase.cs. Verify both full-scan paths return the @continue constant, and confirm the relevant existing checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100