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

Method include_processor

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

Source from the content-addressed store, hash-verified

45 };
46
47 explicit include_processor(fs::path &&start_path) : m_start_path(std::move(start_path)) {}
48
49 auto process_one(fs::path const &path) -> std::string {
50 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected