Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
namespace graphene { namespace protocol {
31
32
bool account_name_eq_lit_predicate::validate()const
33
{
34
return is_valid_name( name );
35
}
36
37
bool asset_symbol_eq_lit_predicate::validate()const
38
{
Callers
1
operator()
Method · 0.45
Calls
3
is_valid_symbol
Function · 0.85
predicate_validator
Class · 0.85
visit
Method · 0.45
Tested by
no test coverage detected