Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ shutdown
Function
shutdown
src/device/console_server.cpp:634–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
}
633
634
void shutdown()
635
{
636
_console_server->shutdown();
637
CE_DELETE(default_allocator(), _console_server);
638
_console_server = NULL;
639
}
640
641
} // namespace console_server_globals
642
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected