MCPcopy Create free account
hub / github.com/couchbase/fleece / FLDeepIterator_GetJSONPointer

Function FLDeepIterator_GetJSONPointer

Fleece/API_Impl/Fleece.cc:526–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526FLSliceResult FLDeepIterator_GetJSONPointer(FLDeepIterator i) FLAPI {
527 return toSliceResult(alloc_slice(i->jsonPointer()));
528}
529
530
531#pragma mark - KEY-PATHS:

Callers 1

JSONPointerMethod · 0.85

Calls 3

toSliceResultFunction · 0.85
jsonPointerMethod · 0.80
alloc_sliceFunction · 0.50

Tested by

no test coverage detected