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

Method getForcedFile

tests/teststaticsimple.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85TestEngine::TestResponse TestStaticSimple::getForcedFile(const QString &path,
86 const Headers &headers)
87{
88 return m_engineDirsOnly->createRequest("GET", path, {}, headers, nullptr);
89}
90
91bool TestStaticSimple::writeTestFile(const QString &name)
92{

Callers

nothing calls this directly

Calls 1

createRequestMethod · 0.80

Tested by

no test coverage detected