Skip to content

Commit

Permalink
1110 class HexUInt (#1149)
Browse files Browse the repository at this point in the history
* feat: 1110 remove Quantity class and add HexInt class

* feat: 1110 remove Quantity class and add HexInt class

* feat: 1110 HexInt class documented

* feat: 1110 HexInt class tested

* feat: 1110 HexUInt class provided

* feat: 1113 utils/hex removed

* feat: 1113 utils/hex removed

---------

Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
lucanicoladebiasi and fabiorigam authored Aug 9, 2024
1 parent 9e964a5 commit 773b6f1
Show file tree
Hide file tree
Showing 11 changed files with 100 additions and 749 deletions.
1 change: 1 addition & 0 deletions docs/diagrams/architecture/vcdm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ classDiagram
<<abstract>>
}
class Hex {
+Hex abs
+number sign
+Hex alignToBytes()
+Hex fit(number digits)
Expand Down
Loading

1 comment on commit 773b6f1

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.32% (3538/3562) 97.51% (943/967) 99.28% (696/701)
Title Tests Skipped Failures Errors Time
core 499 0 💤 0 ❌ 0 🔥 1m 9s ⏱️
network 683 0 💤 0 ❌ 0 🔥 3m 51s ⏱️
errors 40 0 💤 0 ❌ 0 🔥 13.676s ⏱️

Please sign in to comment.