(TreeBranch)
| 729 | // metadata. This is used to check whether a file is already encrypted or not. |
| 730 | type CheckEncrypted interface { |
| 731 | HasSopsTopLevelKey(TreeBranch) bool |
| 732 | } |
| 733 | |
| 734 | // Store is used to interact with files, both encrypted and unencrypted. |
no outgoing calls