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

Function append

ext/src/llvm/APFloat.cpp:3606–3608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3604
3605namespace {
3606 void append(SmallVectorImpl<char> &Buffer, StringRef Str) {
3607 Buffer.append(Str.begin(), Str.end());
3608 }
3609
3610 /// Removes data from the given significand until it is no more
3611 /// precise than is required for the desired precision.

Callers 1

toStringMethod · 0.70

Calls 3

appendMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected