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

Function TSVConnReadVIOGet

src/api/InkAPI.cc:5754–5767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5752}
5753
5754TSVIO
5755TSVConnReadVIOGet(TSVConn connp)
5756{
5757 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5758
5759 VConnection *vc = reinterpret_cast<VConnection *>(connp);
5760 TSVIO data;
5761
5762 if (vc->get_data(TS_API_DATA_READ_VIO, &data)) {
5763 return data;
5764 }
5765
5766 return nullptr;
5767}
5768
5769TSVIO
5770TSVConnWriteVIOGet(TSVConn connp)

Callers

nothing calls this directly

Calls 2

get_dataMethod · 0.45

Tested by

no test coverage detected