(uint nDriver)
| 4320 | return result; |
| 4321 | } |
| 4322 | public bool IsEnabled(uint nDriver) |
| 4323 | { |
| 4324 | bool result = FnTable.IsEnabled(nDriver); |
| 4325 | return result; |
| 4326 | } |
| 4327 | } |
| 4328 | |
| 4329 |
nothing calls this directly
no outgoing calls
no test coverage detected