Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReversecLabs/C3
/ BinaryFormElement
Method
BinaryFormElement
Src/ChannelLinter/FormElement.cpp:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
{
120
public:
121
BinaryFormElement(json& element) : FormElement(element)
122
{
123
}
124
125
/// Destructor
126
virtual ~BinaryFormElement() = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected