MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / FolderWatcher

Method FolderWatcher

Libraries/FileSystemWatcher/FileSystemWatcher.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#endif
17
18SC::FileSystemWatcher::FolderWatcher::FolderWatcher(Span<char> buffer)
19{
20#if SC_PLATFORM_LINUX
21 subFolderRelativePathsBuffer = buffer;
22#else
23 (void)buffer;
24#endif
25}
26
27SC::Result SC::FileSystemWatcher::init(EventLoopRunner& runner) { return internal.get().init(*this, runner); }
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected