| 1798 | } |
| 1799 | |
| 1800 | bool TriGrannyRes::IsUsingCMF() const |
| 1801 | { |
| 1802 | #if WITH_GRANNY != 1 |
| 1803 | CCP_ASSERT_M( m_useCMF, "TriGrannyRes: Some place was about to take the granny code path, even though it's disabled! Make sure to use CMF!" ); |
| 1804 | return true; |
| 1805 | #endif |
| 1806 | return m_useCMF; |
| 1807 | } |
| 1808 | |
| 1809 | const cmf::Data* TriGrannyRes::GetCMFData() const |
| 1810 | { |
no outgoing calls
no test coverage detected