Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ object
Class
object
examples/source/read_only.cpp:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include <iostream>
5
6
struct object {
7
void my_func() {
8
std::cout <<
"hello\n"
;
9
}
10
};
11
12
int deny(lua_State* L) {
13
return luaL_error(L,
"HAH! Deniiiiied!"
);
Callers
8
my_next
Function · 0.70
dynamic_set
Method · 0.70
fancy_func
Function · 0.70
register_thing_type
Function · 0.70
get
Method · 0.70
basic_table_iterator
Class · 0.50
set_default_state
Function · 0.50
require_core
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected