MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / SetProgramInfo

Method SetProgramInfo

C++/programs/Program.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125{ }
126
127void MultiProgram::SetProgramInfo(const char * Path, const vector<string>& Options)
128{
129 SetProgramInfo(false, "", Options, Path);
130}
131
132void MultiProgram::SetProgramInfo(bool /*fromSource*/, const char * Source, const vector<string>& Options, const char * Path)
133{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected