MCPcopy Index your code
hub / github.com/bazelbuild/bazel / put

Method put

src/main/java/net/starlark/java/eval/Dict.java:762–767  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

760 }
761
762 @Nullable
763 @Deprecated // use putEntry
764 @Override
765 public V put(K key, V value) {
766 throw new UnsupportedOperationException();
767 }
768
769 @Deprecated // use putEntries
770 @Override

Calls

no outgoing calls

Tested by 15

testFailureMethod · 0.36
addTestSuiteMethod · 0.36
addTestCaseMethod · 0.36
filterTestCasesMethod · 0.36
exportPropertyMethod · 0.36
printAllMethod · 0.36