MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / BooleanFormElement

Method BooleanFormElement

Src/ChannelLinter/FormElement.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 {
38 public:
39 BooleanFormElement(json& element) : FormElement(element)
40 {
41 }
42
43 /// Destructor
44 virtual ~BooleanFormElement() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected