MCPcopy Create free account
hub / github.com/boostorg/beast / now

Function now

example/http/server/small/http_server_small.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 std::time_t
42 now()
43 {
44 return std::time(0);
45 }
46}
47
48class http_connection : public std::enable_shared_from_this<http_connection>

Callers 15

timerMethod · 0.85
elapsedMethod · 0.85
check_deadlineMethod · 0.85
create_responseMethod · 0.85
testReadMethod · 0.85
fail_loopMethod · 0.85
get_elapsedMethod · 0.85
rate_gaugeMethod · 0.85
timedTestMethod · 0.85
timerMethod · 0.85
elapsedMethod · 0.85
timerMethod · 0.85

Calls

no outgoing calls

Tested by 2

timerMethod · 0.68
elapsedMethod · 0.68