Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
693
void Templateiser::startTimer(void) {
694
startTime = bz_getCurrentTime();
695
}
696
697
void Templateiser::addKey(const char* key, TemplateKeyCallback callback) {
698
if (!key || !callback) {
Callers
2
handleRequest
Method · 0.80
generatePage
Method · 0.80
Calls
1
bz_getCurrentTime
Function · 0.85
Tested by
no test coverage detected