Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ FLEncoder_NewWritingToFile
Function
FLEncoder_NewWritingToFile
Fleece/API_Impl/Fleece.cc:587–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
585
}
586
587
FLEncoder FLEncoder_NewWritingToFile(FILE *outputFile, bool uniqueStrings) FLAPI {
588
return new FLEncoderImpl(outputFile, uniqueStrings);
589
}
590
591
void FLEncoder_Reset(FLEncoder e) FLAPI {
592
e->reset();
Callers
1
Encoder
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected