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

Function normalizeSerializedString

src/iso19111/io.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583#endif
584
585static inline std::string normalizeSerializedString(const std::string &in) {
586 auto ret(normalizeExponent(in));
587 return ret;
588}
589
590// ---------------------------------------------------------------------------
591

Callers 3

addMethod · 0.85
formatToStringFunction · 0.85
addParamMethod · 0.85

Calls 1

normalizeExponentFunction · 0.85

Tested by

no test coverage detected