MCPcopy Create free account
hub / github.com/ReadyTalk/avian / appendN

Function appendN

classpath/java-lang.cpp:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315#ifdef PLATFORM_WINDOWS
316
317void appendN(char** dest, char ch, size_t length)
318{
319 for (size_t i = 0; i < length; i++) {
320 *((*dest)++) = ch;
321 }
322}
323
324bool needsEscape(const char* src, size_t length)
325{

Callers 1

copyAndEscapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected