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

Function key

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

@brief Get the mapping key node pointed by the base iterator. @return Reference to the mapping key node.

Source from the content-addressed store, hash-verified

10445 /// @brief Get the mapping key node pointed by the base iterator.
10446 /// @return Reference to the mapping key node.
10447 typename Iterator::reference key() const {
10448 return m_base_iterator.key();
10449 }
10450
10451 /// @brief Get the mapping value node pointed by the base iterator.
10452 /// @return Reference to the mapping value node.

Callers

nothing calls this directly

Calls 1

baseFunction · 0.85

Tested by

no test coverage detected