isValidMap

fun isValidMap(cborMap: Map<*, *>): Boolean

Checks the content of the given Map.

Return

true if a DiskUsageItem can be constructed successfully with the given Map; false otherwise.