MCPcopy Create free account
hub / github.com/SoarGroup/Soar / make_placeholder_test

Function make_placeholder_test

Core/SoarKernel/src/parser.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97----------------------------------------------------------------- */
98
99test make_placeholder_test(agent* thisAgent, char first_letter)
100{
101 Symbol* new_var = make_placeholder_var(thisAgent, first_letter);
102 return make_equality_test_without_adding_reference(new_var);
103}
104
105/* -----------------------------------------------------------------
106 Substituting Real Variables for Placeholders

Callers 4

parse_value_test_starFunction · 0.85
parse_attr_value_testsFunction · 0.85

Tested by

no test coverage detected