MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / reset

Function reset

src/OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCode.C:340–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338
339
340void Foam::dynamicCode::reset
341(
342 const dynamicCodeContext& context
343)
344{
345 clear();
346 setFilterContext(context);
347}
348
349
350void Foam::dynamicCode::addCompileFile(const fileName& name)

Callers

nothing calls this directly

Calls 2

setFilterContextFunction · 0.85
clearFunction · 0.70

Tested by

no test coverage detected