MCPcopy Create free account
hub / github.com/apache/httpd / req_document_root

Function req_document_root

modules/lua/lua_request.c:579–582  ·  view source on GitHub ↗

not really a field, but we treat it like one */

Source from the content-addressed store, hash-verified

577
578/* not really a field, but we treat it like one */
579static const char *req_document_root(request_rec *r)
580{
581 return ap_document_root(r);
582}
583
584static const char *req_context_prefix(request_rec *r)
585{

Callers

nothing calls this directly

Calls 1

ap_document_rootFunction · 0.85

Tested by

no test coverage detected