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

Method getFirstFAT

Suscan/Library.cpp:1017–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017std::vector<Object>::const_iterator
1018Singleton::getFirstFAT(void) const
1019{
1020 return this->FATs.begin();
1021}
1022
1023std::vector<Object>::const_iterator
1024Singleton::getLastFAT(void) const

Callers 2

deserializeFATsMethod · 0.80
deserializeFATsMethod · 0.80

Calls 1

beginMethod · 0.45

Tested by 1

deserializeFATsMethod · 0.64