Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitcoin-ABC/bitcoin-abc
/ GetURI
Method
GetURI
src/httpserver.cpp:745–747 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
743
}
744
745
std::string HTTPRequest::GetURI() const {
746
return evhttp_request_get_uri(req);
747
}
748
749
HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod() const {
750
switch (evhttp_request_get_command(req)) {
Callers
3
http_request_cb
Function · 0.80
ProcessHTTPRequest
Method · 0.80
FUZZ_TARGET
Function · 0.80
Calls
no outgoing calls
Tested by
1
FUZZ_TARGET
Function · 0.64