MCPcopy 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
42struct 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
53void assert_operation::validate()const
54{

Callers 1

validateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected