MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Get

Method Get

cpp/src/NotificationCCTypes.cpp:373–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371
372
373NotificationCCTypes *NotificationCCTypes::Get
374(
375)
376{
377 if ( m_instance != NULL )
378 {
379 return m_instance;
380 }
381 m_instance = new NotificationCCTypes();
382 ReadXML();
383 return m_instance;
384}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected