Closed liamhuber closed 1 month ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.06% (target: -1.00%) | :white_check_mark: 100.00% |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
node.py | 8 | 90.3% | ||
<!-- | Total: | 8 | --> |
Totals | |
---|---|
Change from base Build 11017957536: | 0.06% |
Covered Lines: | 3025 |
Relevant Lines: | 3304 |
It's already there in the underlying storage interface, and in
Node.save
, so here we just extend the exposure toNode.load
,.has_saved_content
, and.delete_storage
.I.e.
This will be useful for things automatic saving on failure, etc, where we don't want to overwrite the user's save file and don't necessarily want the node loading at re-instantiation. Just more flexibility overall.