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

Function makeArrayRef

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

Source from the content-addressed store, hash-verified

456 /// Construct an ArrayRef from a single element.
457 template<typename T>
458 ArrayRef<T> makeArrayRef(const T &OneElt) {
459 return OneElt;
460 }
461
462 /// Construct an ArrayRef from a pointer and length.
463 template<typename T>

Callers 10

updateMethod · 0.85
finalMethod · 0.85
toStringMethod · 0.85
edit_distanceMethod · 0.85
printMethod · 0.85
APIntMethod · 0.85
extractBitsMethod · 0.85
md5_contentsFunction · 0.85
getDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected