MCPcopy Create free account
hub / github.com/Clarionos/clarion / is_array

Method is_array

libraries/fc/src/variant.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool variant::is_array()const
369{
370 return get_type() == array_type;
371}
372bool variant::is_blob()const
373{
374 return get_type() == blob_type;

Callers 9

format_stringFunction · 0.80
operator ==Function · 0.80
operator +Function · 0.80
operator -Function · 0.80
operator *Function · 0.80
operator /Function · 0.80
handle_messageMethod · 0.80
http_api_connectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected