MCPcopy Create free account
hub / github.com/ThePhD/sol2 / f1

Function f1

examples/source/c_call.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <sol/sol.hpp>
3
4int f1(int) {
5 return 32;
6}
7
8int f2(int, int) {
9 return 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected