Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ read
Method
read
plugins/multiplexer/ts.h:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
static IO *read(TSVConn, TSCont, const int64_t);
64
65
static IO *
66
read(TSVConn v, TSCont c)
67
{
68
return IO::read(v, c, std::numeric_limits<int64_t>::max());
69
}
70
};
71
72
} // namespace io
Callers
nothing calls this directly
Calls
1
read
Function · 0.70
Tested by
no test coverage detected