Dumps the entire storage hash to stdout in a sort of tree style format with all byte arrays hex encoded
()
| 835 | * all byte arrays hex encoded |
| 836 | */ |
| 837 | public void dumpToSystemOut() { |
| 838 | dumpToSystemOut(false); |
| 839 | } |
| 840 | |
| 841 | /** |
| 842 | * Dumps the entire storage hash to stdout in a sort of tree style format |
no test coverage detected