Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EndstoneMC/endstone
/ init_registry
Function
init_registry
src/endstone/python/endstone_python.cpp:280–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
void init_registry(py::module_ &m)
281
{
282
bind_registries(m, RegistryTypes{});
283
}
284
285
void init_server(py::class_<Server> &server)
286
{
Callers
1
PYBIND11_MODULE
Function · 0.85
Calls
1
bind_registries
Function · 0.85
Tested by
no test coverage detected