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

Method full_path

src/core/filesystem/file_monitor_linux.cpp:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 void full_path(DynamicString &path, int wd, const char *name)
329 {
330 TempAllocator512 ta;
331 DynamicString path_base(ta);
332 path_base = hash_map::get(_watches, wd, path_base);
333 path::join(path, path_base.c_str(), name);
334 }
335
336 void write(FileMonitorEvent::Enum fme, bool is_dir, const char *path, const char *path_renamed)
337 {

Callers

nothing calls this directly

Calls 3

getFunction · 0.85
joinFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected