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

Method done

plugins/experimental/inliner/cache-handler.h:256–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 CacheHandler &operator=(const CacheHandler &) = delete;
255
256 void
257 done()
258 {
259 assert(reader_ != nullptr);
260 assert(sink2_ != nullptr);
261 std::string o;
262 read(reader_, o);
263 o = "<script>h(\"" + id_ + "\",\"" + o + "\");</script>";
264 *sink2_ << o;
265 }
266
267 void
268 data(TSIOBufferReader r)

Callers

nothing calls this directly

Calls 1

readFunction · 0.70

Tested by

no test coverage detected