Skip to content

Conversation

@justinhwang
Copy link
Collaborator

No description provided.

@coveralls
Copy link

coveralls commented Nov 10, 2025

Pull Request Test Coverage Report for Build 19253456304

Details

  • 43 of 43 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 19243583202: 0.0%
Covered Lines: 783
Relevant Lines: 783

💛 - Coveralls

@justinhwang justinhwang requested a review from jogly November 10, 2025 21:20
Copy link
Collaborator

@jogly jogly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also adds DirectedEdgeFromString

h3.go Outdated
Comment on lines 805 to 806
// DirectedEdgeFromString returns a DirectedEdge from a string. Should call e.IsValid() to check
// if the Vertex is valid before using it.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// DirectedEdgeFromString returns a DirectedEdge from a string. Should call e.IsValid() to check
// if the Vertex is valid before using it.
// DirectedEdgeFromString returns a DirectedEdge from a string. Should call e.IsValid() to check
// if the DirectedEdge is valid before using it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

jogly
jogly previously approved these changes Nov 10, 2025
@justinhwang justinhwang changed the title feat: use generics to avoid code duplication feat: use generics to avoid code duplication, add DirectedEdgeFromString Nov 11, 2025
@justinhwang justinhwang merged commit 68c58b9 into master Nov 11, 2025
14 checks passed
@justinhwang justinhwang deleted the justinhwang/generics branch November 11, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants