MCPcopy Create free account
hub / github.com/OpenMW/openmw / getFilter

Method getFilter

apps/opencs/model/filter/parser.cpp:674–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674std::shared_ptr<CSMFilter::Node> CSMFilter::Parser::getFilter() const
675{
676 if (mError)
677 throw std::logic_error("No filter available");
678
679 return mFilter;
680}

Callers 6

unlockMethod · 0.80
applyStateSetMethod · 0.80
textChangedMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected