Home
last modified time | relevance | path

Searched refs:isSimpleNode (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dsub_route_trie.hpp23 bool isSimpleNode() const in isSimpleNode() function
25 return crow::Node::isSimpleNode() && fragmentChildren.empty(); in isSimpleNode()
/openbmc/bmcweb/http/routing/
H A Dtrie.hpp35 bool isSimpleNode() const in isSimpleNode() function
70 if (child.isSimpleNode()) in optimizeNode()