Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/biblius/validify
/ is_list
Method
is_list
validify_derive/src/fields.rs:340–342 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
338
}
339
340
pub fn is_list(&self) -> bool {
341
is_list(&self.field.ty)
342
}
343
344
pub fn is_map(&self) -> bool {
345
is_map(&self.field.ty)
Callers
7
quote_validator_field
Method · 0.80
wrap_validator_if_collection
Method · 0.80
wrap_modifier_if_collection
Method · 0.80
map_payload_fields
Function · 0.80
map_from_fields
Function · 0.80
map_into_fields
Function · 0.80
to_validify_tokens
Method · 0.80
Calls
1
is_list
Function · 0.85
Tested by
no test coverage detected