forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Move] Sui Parser for fully-qualified names (MystenLabs#15660)
## Description Extract implementation for fully-qualified name parsing, and expose it as a parsing entrypoint, to be used to create a cascading filter for functions (where the most precise filter format is the function's fully-qualified name). ## Test Plan New unit tests: ``` sui-types$ cargo nextest run ``` ## Stack - MystenLabs#15625 - MystenLabs#15528 - MystenLabs#15529 - MystenLabs#15628
- Loading branch information
Showing
3 changed files
with
65 additions
and
18 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