MCPcopy Index your code
hub / github.com/google/dagger / put

Method put

java/dagger/internal/MapBuilder.java:42–45  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

40 }
41
42 public MapBuilder<K, V> put(K key, V value) {
43 contributions.put(key, value);
44 return this;
45 }
46
47 public Map<K, V> build() {
48 switch (contributions.size()) {

Callers 15

setupMethod · 0.45
nullKeyMethod · 0.45
nullValueMethod · 0.45
iterationOrderMethod · 0.45
successMethod · 0.45
failingContributionMethod · 0.45
successMethod · 0.45
expectedThingMapMethod · 0.45
markThreadMethod · 0.45
producerMonitorForMethod · 0.45
producerMonitorForMethod · 0.45

Calls

no outgoing calls

Tested by 13

setupMethod · 0.36
nullKeyMethod · 0.36
nullValueMethod · 0.36
iterationOrderMethod · 0.36
successMethod · 0.36
failingContributionMethod · 0.36
successMethod · 0.36
expectedThingMapMethod · 0.36
markThreadMethod · 0.36
producerMonitorForMethod · 0.36
producerMonitorForMethod · 0.36