MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / ~LogMessage

Method ~LogMessage

runtime/Log.cc:499–505  ·  view source on GitHub ↗

Destructor for LogMessage

Source from the content-addressed store, hash-verified

497
498// Destructor for LogMessage
499Log::LogMessage::~LogMessage() {
500 if (rawArgsExtension != nullptr) {
501 free(rawArgsExtension);
502 rawArgsExtension = nullptr;
503 totalCapacity = INITIAL_SIZE;
504 }
505}
506
507/**
508 * Reserve/Allocate enough space for N parameters in the structure

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected