MCPcopy Create free account
hub / github.com/blender/cycles / path_source_replace_includes

Function path_source_replace_includes

src/util/path.cpp:968–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968string path_source_replace_includes(const string &source, const string &path)
969{
970 SourceReplaceState state;
971 state.base = path;
972 return path_source_replace_includes_recursive(source, path, &state);
973}
974
975FILE *path_fopen(const string &path, const string &mode)
976{

Callers

nothing calls this directly

Tested by

no test coverage detected