Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CRVI/OpenCLIPP
/ PrepareFor
Method
PrepareFor
C++/programs/Program.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
void ImageProgram::PrepareFor(const ImageBase& Source)
193
{
194
SelectProgram(Source).Build();
195
}
196
197
Program& ImageProgram::SelectProgram(const ImageBase& Img1)
198
{
Callers
nothing calls this directly
Calls
1
Build
Method · 0.80
Tested by
no test coverage detected