Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
368
bool variant::is_array()const
369
{
370
return get_type() == array_type;
371
}
372
bool variant::is_blob()const
373
{
374
return get_type() == blob_type;
Callers
9
format_string
Function · 0.80
operator ==
Function · 0.80
operator +
Function · 0.80
operator -
Function · 0.80
operator *
Function · 0.80
operator /
Function · 0.80
handle_message
Method · 0.80
http_api_connection
Method · 0.80
websocket_api_connection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected