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

Method queryKeywords

tests/testrequest.cpp:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169 C_ATTR(queryKeywords, :Local :AutoArgs)
170 void queryKeywords(Context *c) { c->response()->setBody(c->request()->queryKeywords()); }
171
172 C_ATTR(uriWith, :Local :AutoArgs)
173 void uriWith(Context *c, const QString &append)

Callers

nothing calls this directly

Calls 3

responseMethod · 0.80
requestMethod · 0.80
setBodyMethod · 0.60

Tested by

no test coverage detected