Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assimp/assimp
/ FileSize
Method
FileSize
code/AssetLib/Assbin/AssbinFileWriter.cpp:281–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
size_t FileSize() const override {
282
return cursor;
283
}
284
285
size_t Write(const void *pvBuffer, size_t pSize, size_t pCount) override {
286
pSize *= pCount;
Callers
1
InternReadFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected