MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / run

Method run

tools/make_single_header.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32struct include_processor {
33
34 static auto run(fs::path const &start_file) -> std::string {
35 auto start_path = start_file;
36 start_path.remove_filename();
37 return include_processor{std::move(start_path)}.process_one(start_file);
38 }
39
40 private:
41 struct replacement {

Callers 14

testMethod · 0.80
memory_run.pyFile · 0.80
primes_ztaskflowFunction · 0.80
fibFunction · 0.80
fib_ztaskflowFunction · 0.80
utsFunction · 0.80
uts_ztaskflowFunction · 0.80
integrateFunction · 0.80
integrate_ztaskflowFunction · 0.80
matmulFunction · 0.80
matmul_ztaskflowFunction · 0.80
nqueensFunction · 0.80

Calls 1

process_oneMethod · 0.80

Tested by

no test coverage detected