MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / lodepng_clear_itext

Function lodepng_clear_itext

samples/shared/lodepng.cpp:2831–2834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2829}
2830
2831void lodepng_clear_itext(LodePNGInfo* info)
2832{
2833 LodePNGIText_cleanup(info);
2834}
2835
2836unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const char* langtag,
2837 const char* transkey, const char* str)

Callers

nothing calls this directly

Calls 1

LodePNGIText_cleanupFunction · 0.85

Tested by

no test coverage detected