Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsops/sops
/ LoadEncryptedFile
Method
LoadEncryptedFile
sops.go:699–699 ·
view source on GitHub ↗
(in []byte)
Source
from the content-addressed store, hash-verified
697
// metadata.
698
type
EncryptedFileLoader
interface
{
699
LoadEncryptedFile(in []byte) (Tree, error)
700
}
701
702
// PlainFileLoader is the interface for loading of plain text files. It provides a
Callers
6
TestLoadEncryptedFileNoMetadata
Function · 0.65
TestUnmarshalMetadataFromNonSOPSFile
Function · 0.65
LoadEncryptedFile
Method · 0.65
runEditorUntilOk
Function · 0.65
LoadEncryptedFileEx
Function · 0.65
DataWithFormat
Function · 0.65
Implementers
5
Store
stores/dotenv/store.go
Store
stores/ini/store.go
Store
stores/yaml/store.go
Store
stores/json/store.go
BinaryStore
stores/json/store.go
Calls
no outgoing calls
Tested by
2
TestLoadEncryptedFileNoMetadata
Function · 0.52
TestUnmarshalMetadataFromNonSOPSFile
Function · 0.52