MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / stack

Method stack

include/libfork/core/impl/stack.hpp:208–208  ·  view source on GitHub ↗

* @brief Constructs a stack with a small empty stack. */

Source from the content-addressed store, hash-verified

206 * @brief Constructs a stack with a small empty stack.
207 */
208 stack() : m_fib(stacklet::next_stacklet()) { LF_LOG("Constructing a stack"); }
209
210 /**
211 * @brief Construct a new stack object taking ownership of the stack that `frag` is a top-of.

Callers

nothing calls this directly

Calls 1

is_topMethod · 0.45

Tested by

no test coverage detected