MCPcopy Create free account
hub / github.com/USCiLab/cereal / getNodeName

Method getNodeName

include/cereal/archives/json.hpp:613–616  ·  view source on GitHub ↗

Retrieves the current node name ! @return nullptr if no name exists */

Source from the content-addressed store, hash-verified

611 //! Retrieves the current node name
612 /*! @return nullptr if no name exists */
613 const char * getNodeName() const
614 {
615 return itsIteratorStack.back().name();
616 }
617
618 //! Sets the name for the next node created with startNode
619 void setNextName( const char * name )

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected