MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / make_f1_string

Function make_f1_string

Src/Base/Parser/AMReX_Parser_Exe.cpp:742–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740 }
741
742 std::pair<std::string,paren_t> make_f1_string (std::string_view const& f, std::string const& a)
743 {
744 std::string r{f};
745 r.append("(").append(a).append(")");
746 return {r,paren_t::atom};
747 }
748
749 std::pair<std::string,paren_t> make_f2_string (std::string_view const& f, std::string const& a,
750 std::string const& b)

Callers 1

parser_exe_printFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected