MCPcopy Create free account
hub / github.com/PDAL/PDAL / pushLeader

Function pushLeader

pdal/Log.hpp:111–112  ·  view source on GitHub ↗

Push the leader string onto the stack. \param leader Leader string

Source from the content-addressed store, hash-verified

109 /// Push the leader string onto the stack.
110 /// \param leader Leader string
111 void pushLeader(const std::string& leader)
112 { m_leaders.push(leader); }
113
114 /// Get the leader string.
115 /// \return The current leader string.

Callers 1

setLeaderFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected