MCPcopy Create free account
hub / github.com/DBCDK/morph / Error

Method Error

secrets/secrets.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (e SecretError) Error() string {
30 return e.Err.Error()
31}
32
33func GetSecretSize(secret Secret, deploymentWD string) (size int64, err error) {
34 fh, err := os.Open(utils.GetAbsPathRelativeTo(secret.Source, deploymentWD))

Callers 5

secretsUploadFunction · 0.80
GetBuildShellMethod · 0.80
GetMachinesMethod · 0.80
CmdInteractiveMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected