MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / watch_source

Function watch_source

samples/cgpu/cgpu-basic/hot-triangle/hot_wasm.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125};
126
127void* watch_source()
128{
129 std::filesystem::path watch_path = __FILE__;
130 watch_path = watch_path.parent_path();
131 return new SourceWatcher(watch_path);
132 return nullptr;
133}
134
135void unwatch_source(void* watcher)
136{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected