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

Function data

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

@brief Get the pointer to the raw data of referenced character sequence. @return The pointer to the raw data of referenced character sequence.

Source from the content-addressed store, hash-verified

2405 /// @brief Get the pointer to the raw data of referenced character sequence.
2406 /// @return The pointer to the raw data of referenced character sequence.
2407 const_pointer data() const noexcept {
2408 return mp_str;
2409 }
2410
2411 /// @brief Moves the beginning position by `n` elements.
2412 /// @param n The number of elements by which to move the beginning position.

Callers 1

alloc_batch_sizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected