MCPcopy 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_fieldMethod · 0.80
map_payload_fieldsFunction · 0.80
map_from_fieldsFunction · 0.80
map_into_fieldsFunction · 0.80
to_validify_tokensMethod · 0.80

Calls 1

is_listFunction · 0.85

Tested by

no test coverage detected