Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
526
FLSliceResult FLDeepIterator_GetJSONPointer(FLDeepIterator i) FLAPI {
527
return toSliceResult(alloc_slice(i->jsonPointer()));
528
}
529
530
531
#pragma mark - KEY-PATHS:
Callers
1
JSONPointer
Method · 0.85
Calls
3
toSliceResult
Function · 0.85
jsonPointer
Method · 0.80
alloc_slice
Function · 0.50
Tested by
no test coverage detected