| 223 | } |
| 224 | |
| 225 | inline AttributeSet GraphEntity_GetAttributes |
| 226 | ( |
| 227 | const GraphEntity *e |
| 228 | ) { |
| 229 | ASSERT(e != NULL); |
| 230 | |
| 231 | return *e->attributes; |
| 232 | } |
| 233 | |
| 234 | inline int GraphEntity_ClearAttributes |
| 235 | ( |
no outgoing calls
no test coverage detected