Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ Array
Method
Array
API/fleece/Fleece.hh:117–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
class Array : public Value {
116
public:
117
Array() :Value() { }
118
Array(FLArray a) :Value((FLValue)a) { }
119
operator FLArray () const {return (FLArray)_val;}
120
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected