MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stbi__pic_test

Function stbi__pic_test

Source/Utils/stb_image.h:6538–6543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6536}
6537
6538static int stbi__pic_test(stbi__context *s)
6539{
6540 int r = stbi__pic_test_core(s);
6541 stbi__rewind(s);
6542 return r;
6543}
6544#endif
6545
6546// *************************************************************************************************

Callers 1

stbi__load_mainFunction · 0.85

Calls 2

stbi__pic_test_coreFunction · 0.85
stbi__rewindFunction · 0.85

Tested by

no test coverage detected