MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / init

Method init

Cutelyst/testengine.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool TestEngine::init()
77{
78 return initApplication() && postForkApplication();
79}
80
81SequentialBuffer::SequentialBuffer(QByteArray *buffer)
82 : buf(buffer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected