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

Method getNumArgs

runtime/Log.cc:571–573  ·  view source on GitHub ↗

Returns the number of arguments currently stored for the log.

Source from the content-addressed store, hash-verified

569
570// Returns the number of arguments currently stored for the log.
571int Log::LogMessage::getNumArgs() {
572 return numArgs;
573}
574
575// Returns the preprocessor-assigned log identifier for this log message
576uint32_t Log::LogMessage::getLogId() {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64