| 437 | } |
| 438 | |
| 439 | txSlot* fxToReference(txMachine* the, txSlot* theSlot) |
| 440 | { |
| 441 | if (theSlot->kind == XS_REFERENCE_KIND) |
| 442 | return theSlot->value.reference; |
| 443 | return NULL; |
| 444 | } |
| 445 | |
| 446 | /* Instances and Prototypes */ |
| 447 |
no outgoing calls
no test coverage detected