returns constraint's type
| 153 | |
| 154 | // returns constraint's type |
| 155 | ConstraintType Constraint_GetType |
| 156 | ( |
| 157 | const Constraint c // constraint to query |
| 158 | ) { |
| 159 | ASSERT(c != NULL); |
| 160 | return c->t; |
| 161 | } |
| 162 | |
| 163 | // returns constraint entity type |
| 164 | GraphEntityType Constraint_GetEntityType |
no outgoing calls
no test coverage detected