Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsops/sops
/ Error
Method
Error
sops.go:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
type
sopsError string
69
70
func
(e sopsError) Error() string {
71
return
string(e)
72
}
73
74
// MacMismatch occurs when the computed MAC does not match the expected ones
75
const
MacMismatch = sopsError(
"MAC mismatch"
)
Callers
15
TestNewMasterKey
Function · 0.45
TestNewMasterKeyFromKeyIDString
Function · 0.45
TestMasterKey_EncryptIfNeeded
Function · 0.45
TestUnflattenTreeBranch
Function · 0.45
TestFlattenTreeBranch
Function · 0.45
TestExtractMetadata
Function · 0.45
TestDuplicateAttributes
Function · 0.45
TestDecodeNumber
Function · 0.45
TestDecodeArray
Function · 0.45
TestDecodeEmpty
Function · 0.45
TestEmitBinaryFileWrongBranches
Function · 0.45
TestEmitBinaryFileNoData
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestNewMasterKey
Function · 0.36
TestNewMasterKeyFromKeyIDString
Function · 0.36
TestMasterKey_EncryptIfNeeded
Function · 0.36
TestUnflattenTreeBranch
Function · 0.36
TestFlattenTreeBranch
Function · 0.36
TestExtractMetadata
Function · 0.36
TestDuplicateAttributes
Function · 0.36
TestDecodeNumber
Function · 0.36
TestDecodeArray
Function · 0.36
TestDecodeEmpty
Function · 0.36
TestEmitBinaryFileWrongBranches
Function · 0.36
TestEmitBinaryFileNoData
Function · 0.36