MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / what

Method what

src/ifcgeom/AbstractKernel.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace ifcopenshell::geometry;
9
10const char* ifcopenshell::not_implemented_error::what() const noexcept {
11 return "Not implemented.";
12}
13
14const char* ifcopenshell::not_supported_error::what() const noexcept {
15 return "Not supported.";

Callers 14

finalizeFunction · 0.80
process_concurrentlyMethod · 0.80
initialize_units_Method · 0.80
process_mappingFunction · 0.80
svg_to_line_segmentsMethod · 0.80
svg_to_polygonsMethod · 0.80
MessageMethod · 0.80
readInstanceMethod · 0.80
loadMethod · 0.80
read_from_streamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected