-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
otelzap: Implement namespace method (#5721)
Part of #5191 Pre-work #5279 The approach is to use linked list to open a namespace and keep track of it. `calculate` method iterates to the most nested namespace and appends data in reverse order. --------- Co-authored-by: Robert Pająk <pellared@hotmail.com>
- Loading branch information
1 parent
c7fb822
commit 48f7f61
Showing
3 changed files
with
140 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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