MCPcopy Index your code
hub / github.com/google/dagger / validate

Method validate

java/dagger/internal/codegen/ModuleValidator.java:148–150  ·  view source on GitHub ↗

Returns a validation report for a module type.

(TypeElement module)

Source from the content-addressed store, hash-verified

146
147 /** Returns a validation report for a module type. */
148 ValidationReport<TypeElement> validate(TypeElement module) {
149 return reentrantComputeIfAbsent(cache, module, this::validateUncached);
150 }
151
152 private ValidationReport<TypeElement> validateUncached(TypeElement module) {
153 ValidationReport.Builder<TypeElement> builder = ValidationReport.about(module);

Callers 2

visitDeclaredMethod · 0.95
validateUncachedMethod · 0.45

Calls 1

Tested by

no test coverage detected