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

Function getVDir

plugins/fastmap/fastmap.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 };
34
35 virtual const char* getVDir(void) { return "fastmap"; }
36 virtual bool hide(void) { return true; }
37
38 virtual bool handleRequest(const HTTPRequest& request, HTTPReply& reply) {

Callers 4

registerVDirMethod · 0.85
getBaseURLMethod · 0.85
setupAuthMethod · 0.85
handleAuthedRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected