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

Function is_mapping

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

@brief Tests whether the current basic_node value is of mapping type. @return true if the type is mapping, false otherwise. @sa https://fktn-k.github.io/fkYAML/api/basic_node/is_mapping/

Source from the content-addressed store, hash-verified

13521 /// @return true if the type is mapping, false otherwise.
13522 /// @sa https://fktn-k.github.io/fkYAML/api/basic_node/is_mapping/
13523 bool is_mapping() const noexcept {
13524 return resolve_reference().is_mapping_impl();
13525 }
13526
13527 /// @brief Tests whether the current basic_node value is of null type.
13528 /// @return true if the type is null, false otherwise.

Callers 1

map_itemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected