MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / append

Method append

Libraries/Common/StringPath.h:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 [[nodiscard]] bool append(StringSpan str)
41 {
42 StringSpan::NativeWritable string = {{buffer, N}, length};
43 if (not str.appendNullTerminatedTo(string))
44 return false;
45 length = string.length;
46 return true;
47 }
48};
49} // namespace detail
50

Callers 15

serializeBytesMethod · 0.45
appendLineFunction · 0.45
PrepareInputTextBufferFunction · 0.45
compute_ranksFunction · 0.45
write_interactive_htmlFunction · 0.45
collect_source_filesFunction · 0.45
check_dependenciesFunction · 0.45
benchmark_filesMethod · 0.45
benchmark_crawlerMethod · 0.45
run_benchmarkFunction · 0.45

Calls

no outgoing calls

Tested by 1

pathJoinFunction · 0.36