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

Method write

plugins/experimental/inliner/ts.cc:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 IO *
49 IO::write(TSVConn v, TSCont c, const int64_t s)
50 {
51 assert(s > 0);
52 IO *io = new IO();
53 io->vio = TSVConnWrite(v, c, io->reader, s);
54 return io;
55 }
56
57 uint64_t
58 IO::copy(const std::string &s) const

Callers 15

write_buffered_contextFunction · 0.45
mainFunction · 0.45
create_statMethod · 0.45
Req_Loc_SetFunction · 0.45
invokeMethod · 0.45
query_value_updateFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
ts_util.ccFile · 0.45
port_setMethod · 0.45
Ex_HTTP.ccFile · 0.45
join_visitorClass · 0.45

Calls 1

TSVConnWriteFunction · 0.85

Tested by

no test coverage detected