MCPcopy Create free account
hub / github.com/bazelbuild/bazel / builder

Method builder

src/main/java/net/starlark/java/eval/Dict.java:500–502  ·  view source on GitHub ↗

Returns a new empty Dict.Builder.

()

Source from the content-addressed store, hash-verified

498
499 /** Returns a new empty Dict.Builder. */
500 public static <K, V> Builder<K, V> builder() {
501 return new Builder<>();
502 }
503
504 /** A reusable builder for Dicts. */
505 public static final class Builder<K, V> {

Callers 15

testDictBuilderMethod · 0.95
testLenMethod · 0.95
binaryOpMethod · 0.95
getSourceFileNamesMethod · 0.45
getAllBranchesMethod · 0.45
getKeysMethod · 0.45
getMapFromFileMethod · 0.45

Calls

no outgoing calls