MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / start

Method start

src/server/server.cpp:189–191  ·  view source on GitHub ↗

@brief start

Source from the content-addressed store, hash-verified

187
188///@brief start
189void HttpSession::start(bool cors) {
190 read_request(cors);
191}
192
193///@brief close connection
194void HttpSession::close_connection() {

Callers 15

mainFunction · 0.45
do_acceptMethod · 0.45
insertMethod · 0.45
generateMethod · 0.45
insertMethod · 0.45
insertMethod · 0.45
generateMethod · 0.45
insertMethod · 0.45
generateMethod · 0.45
insertMethod · 0.45
insertMethod · 0.45
_shared_insertMethod · 0.45

Calls 2

runMethod · 0.80
to_stringFunction · 0.50

Tested by

no test coverage detected