MCPcopy Create free account
hub / github.com/clauadv/cs2_webradar / write_callback

Function write_callback

usermode/src/utils/utils.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static size_t write_callback(void* contents, size_t size, size_t nmemb, std::string* userp)
34{
35 userp->append(static_cast<char*>(contents), size * nmemb);
36 return size * nmemb;
37}
38
39bool utils::is_updated()
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected