| 500 | static const Command RECOVER = BCDCall_Command_RECOVER; |
| 501 | static const Command COMPUTE_VALIDATION_AUC = BCDCall_Command_COMPUTE_VALIDATION_AUC; |
| 502 | static inline bool Command_IsValid(int value) { |
| 503 | return BCDCall_Command_IsValid(value); |
| 504 | } |
| 505 | static const Command Command_MIN = |
| 506 | BCDCall_Command_Command_MIN; |
| 507 | static const Command Command_MAX = |
nothing calls this directly
no outgoing calls
no test coverage detected