MCPcopy Create free account
hub / github.com/ablab/spades / size

Method size

ext/include/llvm/Support/JSON.h:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 bool empty() const { return V.empty(); }
186 size_t size() const { return V.size(); }
187 void reserve(size_t S) { V.reserve(S); }
188
189 void clear() { V.clear(); }

Callers 15

GetNumSlabsMethod · 0.45
identifyObjectMethod · 0.45
PrintStatsMethod · 0.45
StartNewSlabMethod · 0.45
getBufferSizeMethod · 0.45
isValidBufferIDMethod · 0.45
getNumBuffersMethod · 0.45
AddNewSourceBufferMethod · 0.45
formatMethod · 0.45
raw_ostreamClass · 0.45
current_posMethod · 0.45
strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected