Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ free_function
Function
free_function
tests/run_time/source/tables.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
#include <vector>
32
33
std::string free_function() {
34
INFO(
"free_function()"
);
35
return
"test"
;
36
}
37
38
struct object {
39
std::string operator()() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected