Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3
/ HTMLSkip
Method
HTMLSkip
openvpn/http/htmlskip.hpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
};
50
51
HTMLSkip()
52
: state(INITIAL),
53
residual(64, 0),
54
bytes(0)
55
{}
56
57
Status add(unsigned char c)
58
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected