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

Function write

lib/catch2/catch.hpp:11554–11558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11552
11553template <typename FloatingPoint>
11554void write(std::ostream& out, FloatingPoint num) {
11555 out << std::scientific
11556 << std::setprecision(std::numeric_limits<FloatingPoint>::max_digits10 - 1)
11557 << num;
11558}
11559
11560} // end anonymous namespace
11561

Callers 15

describeMethod · 0.70
start_socketFunction · 0.50
handle_connectFunction · 0.50
delay_methodFunction · 0.50
copyFunction · 0.50
operator>>Method · 0.50
signalActivityMethod · 0.50
signalActivityMethod · 0.50
handle_packetMethod · 0.50
RecSnapFileWriteFunction · 0.50
RecFileWriteFunction · 0.50
writeMethod · 0.50

Calls

no outgoing calls

Tested by 1

handle_packetMethod · 0.40