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

Function notify_remove_tree

src/resource/data_compiler.cpp:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108static void notify_remove_tree(const char *path)
109{
110 TempAllocator512 ta;
111 StringStream ss(ta);
112 ss << "{\"type\":\"remove_tree\",\"path\":\"" << path << "\"}";
113 console_server()->broadcast(string_stream::c_str(ss));
114}
115
116static void notify_change_file(const char *path, Stat &st)
117{

Callers 1

remove_treeMethod · 0.85

Calls 2

console_serverFunction · 0.85
broadcastMethod · 0.80

Tested by

no test coverage detected