Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
363
bool variant::is_object()const
364
{
365
return get_type() == object_type;
366
}
367
368
bool variant::is_array()const
369
{
Callers
2
format_string
Function · 0.80
handle_message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected