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

Method get

include/Suscan/Object.h:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 int
217 get(std::string const &field, int dfl) const
218 {
219 return suscan_object_get_field_int(this->instance, field.c_str(), dfl);
220 }
221
222 bool
223 get(std::string const &field, bool dfl) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected