MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / Format

Method Format

src/gtest/gtest-all.cpp:3003–3034  ·  view source on GitHub ↗

Formats a list of arguments to a String, using the same format spec string as for printf. We do not use the StringPrintf class as it is not universally available. The result is limited to 4096 characters (including the tailing 0). If 4096 characters are not enough to format the input, or if there's an error, " " is returned.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

StringFunction · 0.70

Tested by

no test coverage detected