MCPcopy Create free account
hub / github.com/arvidn/libtorrent / format_string_helper

Function format_string_helper

test/test_stack_allocator.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116TORRENT_FORMAT(2,3)
117allocation_slot format_string_helper(stack_allocator& stack, char const* fmt, ...)
118{
119 va_list v;
120 va_start(v, fmt);
121 auto const ret = stack.format_string(fmt, v);
122 va_end(v);
123 return ret;
124}
125
126}
127

Callers 1

TORRENT_TESTFunction · 0.85

Calls 1

format_stringMethod · 0.80

Tested by

no test coverage detected