MCPcopy Create free account
hub / github.com/chen3feng/toft / DoWriteString

Method DoWriteString

base/string/format/print_targets.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void BufferFormatPrintTarget::DoWriteString(const char* str, int size)
44{
45 int n = WritableSize(size);
46 memcpy(m_buffer + m_pos, str, n);
47 m_pos += n;
48}
49
50} // namespace toft
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected