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 tools] add some utility functions to move model
- Add utility functions for finding objects shared, transferred, or frozen by a function/module. These functions let you ask both about direct and transitive shares/transfers/freezes. - Add a similar utility function for showing events emitted by a function/module - Provide a function for asking about the object types returned by a function/module These functions are useful for tools that are trying to do high-level reasoning about Move packages, or codegen of various frontend queries.
- Loading branch information
1 parent
ff37443
commit 2bb4e60
Showing
1 changed file
with
238 additions
and
4 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