Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_valid
Method
is_valid
include/proxy/http/HttpSM.h:168–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
return post_data_buffer_done;
167
}
168
bool
169
is_valid()
170
{
171
return postdata_copy_buffer_start != nullptr;
172
}
173
174
~PostDataBuffers();
175
};
Callers
1
is_postbuf_valid
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected