Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Query
Method
Query
include/cripts/Urls.hpp:462–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
using Component::Component;
461
462
Query(cripts::string_view load)
463
{
464
_data = load;
465
_size = load.size();
466
_loaded = true;
467
_standalone = true;
468
}
469
470
void Reset() override;
471
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected