Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFMS/ffms2
/ WriteIndexFile
Method
WriteIndexFile
src/core/indexing.cpp:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void FFMS_Index::WriteIndexFile(const char *IndexFile) {
150
ZipFile zf(IndexFile,
"wb"
);
151
152
WriteIndex(zf);
153
}
154
155
uint8_t *FFMS_Index::WriteIndexBuffer(size_t *Size) {
156
ZipFile zf;
Callers
1
FFMS_WriteIndex
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected