This PR removes the MissingC9rContentResult and move its features to UnknownTypeResult.
A c9r cipher directory does not necessarily represent a cleartext directory, as it depends on its content. Thus, the type check should handle the case that the type defining items are missing.
This PR removes the
MissingC9rContentResult
and move its features toUnknownTypeResult
.A c9r cipher directory does not necessarily represent a cleartext directory, as it depends on its content. Thus, the type check should handle the case that the type defining items are missing.