MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi__pic_test

Function stbi__pic_test

lite/example/cpp_example/mge/cv/stb_image.h:7177–7181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7175}
7176
7177static int stbi__pic_test(stbi__context* s) {
7178 int r = stbi__pic_test_core(s);
7179 stbi__rewind(s);
7180 return r;
7181}
7182#endif
7183
7184// *************************************************************************************************

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