MCPcopy Create free account
hub / github.com/chronoxor/CppServer / verify

Method verify

proto/fbe_models.h:42–42  ·  view source on GitHub ↗

Check if the value is valid

Source from the content-addressed store, hash-verified

40
41 // Check if the value is valid
42 bool verify() const noexcept { return true; }
43
44 // Get the field value
45 void get(T& value, T defaults = (T)0) const noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected