| 236 | // INDEX |
| 237 | |
| 238 | static txSize fxSizeToCapacity(txMachine* the, txSize size) |
| 239 | { |
| 240 | return fxAddChunkSizes(the, size, size / 3); |
| 241 | } |
| 242 | |
| 243 | txBoolean fxDeleteIndexProperty(txMachine* the, txSlot* array, txIndex index) |
| 244 | { |
no outgoing calls
no test coverage detected