MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Info

Method Info

pkg/attestation/crafter/crafter.go:58–58  ·  view source on GitHub ↗

String returns a string representation of the state manager

(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

56 Reset(ctx context.Context, key string) error
57 // String returns a string representation of the state manager
58 Info(ctx context.Context, key string) string
59}
60
61type Crafter struct {

Callers 15

VerifyMethod · 0.65
UploadMethod · 0.65
CollectMethod · 0.65
uploadAgentConfigMethod · 0.65
initCraftingStateFileMethod · 0.65
LoadCraftingStateMethod · 0.65
addMaterialMethod · 0.65
CollectMethod · 0.65
ReportMethod · 0.65
CraftMethod · 0.65
CraftMethod · 0.65

Implementers 4

StateManagerpkg/attestation/crafter/mocks/StateMan
StateManager_Expecterpkg/attestation/crafter/mocks/StateMan
Remotepkg/attestation/crafter/statemanager/r
Filesystempkg/attestation/crafter/statemanager/f

Calls

no outgoing calls

Tested by 1

TestInfoMethod · 0.52