MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / validate

Method validate

libraries/protocol/assert.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace graphene { namespace protocol {
31
32bool account_name_eq_lit_predicate::validate()const
33{
34 return is_valid_name( name );
35}
36
37bool asset_symbol_eq_lit_predicate::validate()const
38{

Callers 1

operator()Method · 0.45

Calls 3

is_valid_symbolFunction · 0.85
predicate_validatorClass · 0.85
visitMethod · 0.45

Tested by

no test coverage detected