MCPcopy Create free account
hub / github.com/pybind/pybind11 / dummy_function

Function dummy_function

tests/test_callbacks.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41} // namespace test_callbacks
42
43int dummy_function(int i) { return i + 1; }
44
45TEST_SUBMODULE(callbacks, m) {
46 // test_callbacks, test_function_signatures

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected