Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ current
Method
current
include/tsutil/Metrics.h:326–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
bool rename(IdType id, const std::string_view name);
325
326
std::pair<int16_t, int16_t>
327
current() const
328
{
329
std::lock_guard lock(_mutex);
330
return {_cur_blob, _cur_off};
331
}
332
333
bool
334
valid(IdType id) const
Callers
1
end
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected