MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / getFileSize

Method getFileSize

framework/data_source/cachedSource.h:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 int readAt(void *buf, size_t nbyte, uint64_t where);
32
33 int64_t getFileSize()
34 {
35 return mFileSize;
36 }
37
38 IDataSource *getDataSource()
39 {

Callers 1

seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected