MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack-memory-calculator / Validatable

Interface Validatable

flags/validatable.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17package flags
18
19type Validatable interface {
20 Validate() error
21}

Callers 1

validateFunction · 0.65

Implementers 1

JVMOptionsflags/jvm_options.go

Calls

no outgoing calls

Tested by

no test coverage detected