MCPcopy Create free account
hub / github.com/axmolengine/axmol / setCookieFileName

Method setCookieFileName

core/network/HttpCookie.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void HttpCookie::setCookieFileName(std::string_view filename)
301{
302 _cookieFileName = filename;
303}
304
305} // namespace network
306

Callers 1

enableCookiesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected