MCPcopy 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_memoryFunction · 0.70
test_arrayFunction · 0.70
test_vectorFunction · 0.70
test_hash_mapFunction · 0.70
test_hash_setFunction · 0.70
test_string_idFunction · 0.70
test_dynamic_stringFunction · 0.70
test_string_viewFunction · 0.70
test_guidFunction · 0.70
test_jsonFunction · 0.70
test_sjsonFunction · 0.70
test_filesystemFunction · 0.70

Calls

no outgoing calls

Tested by 15

test_memoryFunction · 0.56
test_arrayFunction · 0.56
test_vectorFunction · 0.56
test_hash_mapFunction · 0.56
test_hash_setFunction · 0.56
test_string_idFunction · 0.56
test_dynamic_stringFunction · 0.56
test_string_viewFunction · 0.56
test_guidFunction · 0.56
test_jsonFunction · 0.56
test_sjsonFunction · 0.56
test_filesystemFunction · 0.56