Structs§
- File
Hash - Result of sha256 hash of a file’s contents.
Constants§
- MOVE_
COMPILED_ EXTENSION - Extension for Move bytecode files
- MOVE_
COVERAGE_ MAP_ EXTENSION - Extension for coverage maps
- MOVE_
ERROR_ DESC_ EXTENSION - Extension for error description map for compiled releases
- MOVE_
EXTENSION - Extension for Move source language files
- MOVE_
IR_ EXTENSION - Extension for Move IR files
- SOURCE_
MAP_ EXTENSION - Extension for Move source map files (mappings from source to bytecode)
Functions§
- extension_
equals - find_
filenames - For each directory in
paths, it will return all files that satisfy the predicateAny file explicitly passed inpaths, it will include that file in the result, regardless of the file extension - find_
move_ filenames - For each directory in
paths, it will return all files with theMOVE_EXTENSIONfound recursively in that directoryIfkeep_specified_filesany file explicitly passed inpaths, will be added to the result Otherwise, they will be discarded - path_
to_ string - verify_
and_ create_ named_ address_ mapping