MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / node_value

Function node_value

example/cacheHierarchy/fkYAML/node.hpp:12823–12823  ·  view source on GitHub ↗

@brief Constructs a new basic_node Value object for null types.

Source from the content-addressed store, hash-verified

12821 union node_value {
12822 /// @brief Constructs a new basic_node Value object for null types.
12823 node_value() = default;
12824
12825 /// @brief Constructs a new basic_node value object with a node type. The default value for the specified
12826 /// type will be assigned.

Callers 4

splayFunction · 0.85
insertFunction · 0.85
check_sTreeFunction · 0.85
get_stack_dist_add_reqFunction · 0.85

Calls 1

unreachableFunction · 0.85

Tested by

no test coverage detected