Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/biblius/validify
/ add
Method
add
validify/src/error.rs:238–240 ·
view source on GitHub ↗
(&mut self, error: ValidationError)
Source
from the content-addressed store, hash-verified
236
}
237
238
pub fn add(&mut self, error: ValidationError) {
239
self.0.push(error)
240
}
241
242
pub fn is_empty(&self) -> bool {
243
self.0.is_empty()
Callers
6
validate_input
Function · 0.80
validate_nested
Function · 0.80
schema_validation
Function · 0.80
invalid_schema_fn
Function · 0.80
invalid_schema_fn2
Function · 0.80
validate_signup
Function · 0.80
Calls
no outgoing calls
Tested by
6
validate_input
Function · 0.64
validate_nested
Function · 0.64
schema_validation
Function · 0.64
invalid_schema_fn
Function · 0.64
invalid_schema_fn2
Function · 0.64
validate_signup
Function · 0.64