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

Function test_function2

tests/test_constants_and_functions.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15std::string test_function1() { return "test_function()"; }
16
17std::string test_function2(MyEnum k) { return "test_function(enum=" + std::to_string(k) + ")"; }
18
19std::string test_function3(int i) { return "test_function(" + std::to_string(i) + ")"; }
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected