MCPcopy Create free account
hub / github.com/celer-pkg/celer / Validate

Method Validate

context/platform.go:50–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49type RootFS interface {
50 Validate() error
51 GetSHA256() string
52 CheckAndRepair() error
53 Generate(toolchain *strings.Builder) error

Callers 2

InitMethod · 0.65
validateMethod · 0.65

Implementers 1

RootFSconfigs/rootfs.go

Calls

no outgoing calls

Tested by

no test coverage detected