MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / EncodeText

Function EncodeText

src/cpp/wasm/web-ifc-wasm.cpp:867–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867std::string EncodeText(std::string text)
868{
869 const std::string_view strView{text};
870 std::ostringstream output;
871 webifc::parsing::p21encode(strView, output);
872 return output.str();
873}
874
875std::string DecodeText(std::string text)
876{

Callers

nothing calls this directly

Calls 1

p21encodeFunction · 0.85

Tested by

no test coverage detected