| 124 | } |
| 125 | #if mxHostFunctionPrimitive |
| 126 | else if (function->kind == XS_HOST_FUNCTION_KIND) { |
| 127 | fxBufferFunctionNameAddress(the, buffer, size, function->value.hostFunction.builder->id, function->value.hostFunction.builder->callback, function->value.hostFunction.profileID); |
| 128 | } |
| 129 | #endif |
| 130 | else |
| 131 | c_strncat(buffer, "(host)", size - mxStringLength(buffer) - 1); |
nothing calls this directly
no test coverage detected