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

Function makeMutableArrayRef

ext/include/llvm/ADT/ArrayRef.h:516–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 /// Construct a MutableArrayRef from a single element.
515 template<typename T>
516 MutableArrayRef<T> makeMutableArrayRef(T &OneElt) {
517 return OneElt;
518 }
519
520 /// Construct a MutableArrayRef from a pointer and length.
521 template<typename T>

Callers 1

getMemoryBufferForStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected