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

Method is_object

libraries/fc/src/variant.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363bool variant::is_object()const
364{
365 return get_type() == object_type;
366}
367
368bool variant::is_array()const
369{

Callers 2

format_stringFunction · 0.80
handle_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected