MCPcopy Create free account
hub / github.com/Botloader/botloader / Validator

Interface Validator

components/validation/src/lib.rs:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89pub trait Validator {
90 type ContextData;
91
92 fn validate(&self, ctx: &mut ValidationContext, context_data: &Self::ContextData);
93}

Callers

nothing calls this directly

Implementers 3

plugins.rscomponents/webapi/src/routes/plugins.r
web.rscomponents/validation/src/web.rs
runtime.rscomponents/validation/src/runtime.rs

Calls

no outgoing calls

Tested by

no test coverage detected