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

Method getFieldCount

include/Suscan/Object.h:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 unsigned int
201 getFieldCount(void) const
202 {
203 return suscan_object_field_count(this->instance);
204 }
205
206 Object
207 getFieldByIndex(unsigned int field) const

Callers 1

deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected