Mettle

callee-no-bodyThe callee has no body to inline

Reported by --explain after a verdict.

mettle explain callee-no-body

The function is declared but not defined in this program: an extern, or a runtime entry point. There is nothing to copy into the caller.

This is not a problem. A call to a C function or an OS API is a call.

Related