MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / timeGetTime

Method timeGetTime

src/server/nc_apps.cpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239std::chrono::time_point<std::chrono::steady_clock> NCApps::timeGetTime() {
240 std::chrono::time_point<std::chrono::steady_clock> now;
241 now = std::chrono::steady_clock::now();
242 return now;
243}
244
245
246void NCApps::LineCallback(asIScriptContext* ctx, std::chrono::time_point<std::chrono::steady_clock>* timeOut) {

Callers

nothing calls this directly

Calls 1

nowFunction · 0.85

Tested by

no test coverage detected