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

Method stack

single_header/libfork.hpp:1853–1853  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1851 * @brief Constructs a stack with a small empty stack.
1852 */
1853 stack() : m_fib(stacklet::next_stacklet()) { LF_LOG("Constructing a stack"); }
1854
1855 /**
1856 * @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