Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitshares/bitshares-core
/ predicate_validator
Class
predicate_validator
libraries/protocol/assert.cpp:42–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
struct predicate_validator
43
{
44
typedef void result_type;
45
46
template<typename T>
47
void operator()( const T& p )const
48
{
49
p.validate();
50
}
51
};
52
53
void assert_operation::validate()const
54
{
Callers
1
validate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected