(String name)
| 1648 | /// |
| 1649 | /// the size in bytes |
| 1650 | public static int storageEntrySize(String name) { |
| 1651 | return Storage.getInstance().entrySize(name); |
| 1652 | } |
| 1653 | |
| 1654 | /// Writes the given object to storage assuming it is an externalizable type |
| 1655 | /// or one of the supported types. |
nothing calls this directly
no test coverage detected