MCPcopy Create free account
hub / github.com/crownengine/crown / read

Function read

3rdparty/bx/src/settings.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198#undef INI_T
199
200int32_t read(ReaderSeekerI* _reader, Settings& _settings, Error* _err)
201{
202 BX_ERROR_SCOPE(_err);
203 return _settings.read(_reader, _err);
204}
205
206int32_t write(WriterI* _writer, const Settings& _settings, Error* _err)
207{

Callers 15

readMethod · 0.70
readMethod · 0.70
removeAllFunction · 0.70
writeCallstackFunction · 0.70
writeFunction · 0.70
lj_prng_seed_secureFunction · 0.50
mainFunction · 0.50
imageParseGnfFunction · 0.50
imageParseJpegFunction · 0.50
imageParseTFunction · 0.50
imageParseDdsFunction · 0.50
imageParseKtxFunction · 0.50

Calls 1

readMethod · 0.45

Tested by

no test coverage detected