Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
response
Method · 0.80
request
Method · 0.80
setBody
Method · 0.60
Tested by
no test coverage detected