MCPcopy Create free account
hub / github.com/acl-dev/acl / test_append

Function test_append

lib_acl_cpp/samples/string/string5/main.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <iostream>
6
7static void test_append(acl::string& buf)
8{
9 for (size_t i = 0; i < 50; i++) {
10 buf.format_append("%zd->hello world!\r\n", i);
11 }
12}
13
14static void test_mmap_write(int max, size_t off)
15{

Callers 2

test_mmap_writeFunction · 0.70
test_memFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…