MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / FieldValue

Method FieldValue

Suscan/Config.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace Suscan;
23
24FieldValue::FieldValue(struct suscan_field_value *inst)
25{
26 this->instance = inst;
27}
28
29Config::Config()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected