MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / valid

Method valid

runtime/Log.cc:566–568  ·  view source on GitHub ↗

Indicates whether the structure stores a valid log statement or not

Source from the content-addressed store, hash-verified

564
565// Indicates whether the structure stores a valid log statement or not
566bool Log::LogMessage::valid() {
567 return metadata != nullptr;
568}
569
570// Returns the number of arguments currently stored for the log.
571int Log::LogMessage::getNumArgs() {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64