MCPcopy Create free account
hub / github.com/Cantera/cantera / setSource

Method setSource

src/base/Solution.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void Solution::setSource(const string& source) {
162 AnyValue filename(source);
163 m_header.setMetadata("filename", filename);
164}
165
166void Solution::holdExternalHandle(const string& name,
167 shared_ptr<ExternalHandle> handle)

Callers 1

newSolutionFunction · 0.80

Calls 1

setMetadataMethod · 0.80

Tested by

no test coverage detected