MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Tell

Method Tell

Source/ThirdParty/assimp/StreamWriter.h:138–142  ·  view source on GitHub ↗

--------------------------------------------------------------------- Tell the current position in the output IOStream. * * First flushes the internal buffer and the output IOStream. */

Source from the content-addressed store, hash-verified

136 *
137 * First flushes the internal buffer and the output IOStream. */
138 size_t Tell()
139 {
140 Flush();
141 return stream->Tell();
142 }
143
144public:
145

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected