Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ func_1
Function
func_1
examples/source/calling_lua_functions.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include <iostream>
5
6
int func_1(int value) {
7
return 20 + value;
8
}
9
10
std::string func_2(std::string text) {
11
return
"received: "
+ text;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected