MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / stat

Class stat

src/codegen/cppCodeGen.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85std::string dnnc::cppCodeGen::paramFile(std::string param_name) {
86 // check if there is a param file to load in the bundle dir.
87 struct stat buffer;
88 std::string param_file =
89 (_bundleDir.size() ? _bundleDir + FS_PATH_SEPARATOR : "") + param_name;
90

Callers 1

paramFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected