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

Method operator/

include/sonic/dom/json_pointer.h:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 friend GenericJsonPointer operator/(const GenericJsonPointer& lhs,
138 const GenericJsonPointer& rhs) {
139 return GenericJsonPointer(lhs) /= rhs;
140 }
141
142 friend GenericJsonPointer operator/(const GenericJsonPointer& lhs,
143 GenericJsonPointer&& rhs) {

Callers

nothing calls this directly

Calls 1

GenericJsonPointerClass · 0.85

Tested by

no test coverage detected