Is the specified pin an input pin
| 116 | |
| 117 | // Is the specified pin an input pin |
| 118 | inline bool IsInputPin( UUID const& pinID ) const { return HasInputPin( pinID ); } |
| 119 | |
| 120 | // Is the specified pin an input pin |
| 121 | inline bool IsInputPin( Pin const& pin ) const { return HasInputPin( pin.m_ID ); } |
nothing calls this directly
no test coverage detected