MCPcopy Create free account
hub / github.com/crownengine/crown / notify_remove_file

Function notify_remove_file

src/resource/data_compiler.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static void notify_remove_file(const char *path)
93{
94 TempAllocator512 ta;
95 StringStream ss(ta);
96 ss << "{\"type\":\"remove_file\",\"path\":\"" << path << "\"}";
97 console_server()->broadcast(string_stream::c_str(ss));
98}
99
100static void notify_add_tree(const char *path)
101{

Callers 1

remove_fileMethod · 0.85

Calls 2

console_serverFunction · 0.85
broadcastMethod · 0.80

Tested by

no test coverage detected