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

Method urlEncode

src/bzfs/bzfsAPI.cpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333//-------------------------------------------------------------------------
334
335void bz_ApiString::urlEncode(void) {
336 data->str = TextUtils::url_encode(data->str);
337}
338
339//******************************bz_APIIntList********************************************
340class bz_APIIntList::dataBlob {

Callers

nothing calls this directly

Calls 1

url_encodeFunction · 0.50

Tested by

no test coverage detected