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

Method start

src/core/filesystem/file_monitor_linux.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void FileMonitor::start(u32 num, const char **paths, bool recursive, FileMonitorFunction fmf, void *user_data)
365{
366 _impl->start(num, paths, recursive, fmf, user_data);
367}
368
369void FileMonitor::stop()
370{

Callers 1

startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected