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

Method FormElement

Src/ChannelLinter/FormElement.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 FormElement::FormElement(json& definition) :
177 m_Definition(definition)
178 {
179 }
180
181 /// Generate FormElement::Type to_json and from_json fuctions to enable serialization
182 NLOHMANN_JSON_SERIALIZE_ENUM

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected