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

Method begin

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

Source from the content-addressed store, hash-verified

178 const Value *data() const { return V.data(); }
179
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(); }

Callers 15

containsMethod · 0.45
rangesAreValidMethod · 0.45
formatMethod · 0.45
~BumpPtrAllocatorImplMethod · 0.45
ResetMethod · 0.45
getTotalMemoryMethod · 0.45
DeallocateSlabsMethod · 0.45
DestroyAllMethod · 0.45
getBufferStartMethod · 0.45
joinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected