MCPcopy Create free account
hub / github.com/apache/trafficserver / string

Method string

include/cripts/Lulu.hpp:316–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 string(const self_type &that) : super_type(that) {}
317
318 // This allows for a std::string to be moved to a cripts::string
319 string(super_type &&that) : super_type(std::move(that)) {}

Callers 7

do_remapFunction · 0.45
do_remapFunction · 0.45
hdrtokenFunction · 0.45
create_directoriesFunction · 0.45
swoc_file.ccFile · 0.45
test_swoc_file.ccFile · 0.45
makePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected