Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
pub 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.rs
components/webapi/src/routes/plugins.r
web.rs
components/validation/src/web.rs
runtime.rs
components/validation/src/runtime.rs
Calls
no outgoing calls
Tested by
no test coverage detected