MCPcopy Create free account
hub / github.com/CrowCpp/Crow / clear

Method clear

include/crow/query_string.h:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 }
357
358 void clear()
359 {
360 key_value_pairs_.clear();
361 url_.clear();
362 }
363
364 friend std::ostream& operator<<(std::ostream& os, const query_string& qs)
365 {

Callers 1

query_stringClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected