MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / AtPointer

Function AtPointer

include/sonic/dom/genericnode.h:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695 */
696 template <typename StringType>
697 NodeType* AtPointer(const GenericJsonPointer<StringType>& pointer) {
698 return atPointerImpl(pointer);
699 }
700
701 /**
702 * @brief get specific node by json pointer. This is implemented by variable

Callers

nothing calls this directly

Calls 4

atPointerImplFunction · 0.85
downCastFunction · 0.85
SizeFunction · 0.85
MemberEndFunction · 0.85

Tested by

no test coverage detected