MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / PreRunSSCJSON

Method PreRunSSCJSON

src/case.cpp:904–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904bool Case::PreRunSSCJSON(const wxString& tech, const wxString& fin, const wxString& fn, wxString* error_msg)
905{
906 m_baseCase.Clear();
907 m_config = SamApp::Config().Find(tech, fin);
908
909 return m_baseCase.InvokeSSC(false, fn);
910}
911
912
913/* TODO: hybrids - reinstate for loading ssc json modofications in CSP workflows, update similarly to LoadDefaults

Callers 1

OnInternalCommandMethod · 0.80

Calls 3

InvokeSSCMethod · 0.80
ClearMethod · 0.45
FindMethod · 0.45

Tested by

no test coverage detected