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

Method write

plugins/experimental/inliner/ts.h:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 static IO *write(TSVConn, TSCont, const int64_t);
72
73 static IO *
74 write(TSVConn v, TSCont c)
75 {
76 return IO::write(v, c, std::numeric_limits<int64_t>::max());
77 }
78
79 uint64_t copy(const std::string &) const;
80

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected