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

Method value

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

@brief Get reference to the YAML node of the current iterator. @return Reference to the YAML node of the current iterator.

Source from the content-addressed store, hash-verified

10274 /// @brief Get reference to the YAML node of the current iterator.
10275 /// @return Reference to the YAML node of the current iterator.
10276 reference value() const noexcept {
10277 return operator*();
10278 }
10279
10280private:
10281 /// A type of the internally-held iterator.

Callers 4

getFunction · 0.80
valueFunction · 0.80
serialize_nodeFunction · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected