MCPcopy Create free account
hub / github.com/comaps/comaps / Get

Method Get

libs/geometry/spline.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276Spline const * SharedSpline::Get() const
277{
278 ASSERT(!IsNull(), ());
279 return m_spline.get();
280}
281} // namespace m2

Calls 2

ASSERTFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected