MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / put

Method put

src/main/java/org/jpl7/Term.java:601–603  ·  view source on GitHub ↗
(term_t term)

Source from the content-addressed store, hash-verified

599 // ==================================================================/
600
601 protected void put(term_t term) { // was public
602 putTerm(this, new HashMap<String, term_t>(), term);
603 }
604
605 protected static void putTerm(Term t, Map<String, term_t> varnames_to_vars, term_t term) {
606 putLoop(new PutTask(0, t, term), varnames_to_vars);

Callers 8

test_dict1Method · 0.80
test_dict4Method · 0.80
putLoopMethod · 0.80
getLoopMethod · 0.80
getSubstsLoopMethod · 0.80
getSubstMethod · 0.80
namevarsToMapMethod · 0.80
DictMethod · 0.80

Calls 1

putTermMethod · 0.95

Tested by 2

test_dict1Method · 0.64
test_dict4Method · 0.64