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

Function DecodeText

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

Source from the content-addressed store, hash-verified

873}
874
875std::string DecodeText(std::string text)
876{
877 std::string_view strView{text};
878 return webifc::parsing::p21decode(strView);
879}
880
881void ResetCache(uint32_t modelID)
882{

Callers

nothing calls this directly

Calls 1

p21decodeFunction · 0.85

Tested by

no test coverage detected