MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / if

Function if

xs/sources/xsAll.c:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected