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

Method startTimer

plugins/plugin_utils/plugin_HTTP.cpp:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void Templateiser::startTimer(void) {
694 startTime = bz_getCurrentTime();
695}
696
697void Templateiser::addKey(const char* key, TemplateKeyCallback callback) {
698 if (!key || !callback) {

Callers 2

handleRequestMethod · 0.80
generatePageMethod · 0.80

Calls 1

bz_getCurrentTimeFunction · 0.85

Tested by

no test coverage detected