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

Method end

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

Source from the content-addressed store, hash-verified

180 iterator begin() { return V.begin(); }
181 const_iterator begin() const { return V.begin(); }
182 iterator end() { return V.end(); }
183 const_iterator end() const { return V.end(); }
184
185 bool empty() const { return V.empty(); }

Callers 15

containsMethod · 0.45
rangesAreValidMethod · 0.45
formatMethod · 0.45
~BumpPtrAllocatorImplMethod · 0.45
ResetMethod · 0.45
getTotalMemoryMethod · 0.45
DestroyAllMethod · 0.45
getBufferEndMethod · 0.45
toStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected