MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / empty

Method empty

native/thirdpart/json/json.hpp:10391–10394  ·  view source on GitHub ↗

! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Constant. @exceptionsafety No-throw guarantee: this function never throws exceptions. @liveexample{The example shows the result of `empty` for different JSON Pointers.,json_pointer__empty} @since version 3.6.0 */

Source from the content-addressed store, hash-verified

10389 @since version 3.6.0
10390 */
10391 bool empty() const noexcept
10392 {
10393 return reference_tokens.empty();
10394 }
10395
10396 private:
10397 /*!

Callers 15

generateSchemaEventsMethod · 0.80
addAgentMethod · 0.80
getAgentMethod · 0.80
getOperateOptMethod · 0.80
hasActionMethod · 0.80
matchXpathSelectorMethod · 0.80
toXPathMethod · 0.80
RichWidgetMethod · 0.80
XpathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected