MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / handleCacheURL

Function handleCacheURL

src/clientbase/playing.cpp:1223–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1221
1222
1223void handleCacheURL(void* msg, uint16_t len) {
1224 char* cacheURL = new char[len];
1225 nboUnpackString(msg, cacheURL, len);
1226 worldDownLoader->setCacheURL(cacheURL);
1227 delete [] cacheURL;
1228}
1229
1230
1231void handleWantHash(void* msg, uint16_t len) {

Callers 1

handleServerMessageFunction · 0.85

Calls 2

nboUnpackStringFunction · 0.85
setCacheURLMethod · 0.80

Tested by

no test coverage detected