| 955 | } |
| 956 | |
| 957 | txID fxToID(txMachine* the, txSlot* theSlot) |
| 958 | { |
| 959 | txString string = fxToString(the, theSlot); |
| 960 | if (theSlot->kind == XS_STRING_KIND) |
| 961 | return fxNewName(the, theSlot); |
| 962 | return fxNewNameX(the, string); |
| 963 | } |
| 964 | |
| 965 | txString fxName(txMachine* the, txID theID) |
| 966 | { |
no test coverage detected