MCPcopy Create free account
hub / github.com/OSGeo/PROJ / appendToResult

Method appendToResult

src/iso19111/io.cpp:10096–10101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10094// ---------------------------------------------------------------------------
10095
10096void PROJStringFormatter::Private::appendToResult(const char *str) {
10097 if (!result_.empty()) {
10098 result_ += ' ';
10099 }
10100 result_ += str;
10101}
10102
10103// ---------------------------------------------------------------------------
10104

Callers 1

io.cppFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected