Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ shutdown
Function
shutdown
src/core/guid.cpp:36–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void shutdown()
37
{
38
#if CROWN_PLATFORM_POSIX
39
::close(_fd);
40
_fd = -1;
41
#endif
42
}
43
44
} // namespace guid_globals
45
Callers
15
test_memory
Function · 0.70
test_array
Function · 0.70
test_vector
Function · 0.70
test_hash_map
Function · 0.70
test_hash_set
Function · 0.70
test_string_id
Function · 0.70
test_dynamic_string
Function · 0.70
test_string_view
Function · 0.70
test_guid
Function · 0.70
test_json
Function · 0.70
test_sjson
Function · 0.70
test_filesystem
Function · 0.70
Calls
no outgoing calls
Tested by
15
test_memory
Function · 0.56
test_array
Function · 0.56
test_vector
Function · 0.56
test_hash_map
Function · 0.56
test_hash_set
Function · 0.56
test_string_id
Function · 0.56
test_dynamic_string
Function · 0.56
test_string_view
Function · 0.56
test_guid
Function · 0.56
test_json
Function · 0.56
test_sjson
Function · 0.56
test_filesystem
Function · 0.56