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

Method mutability

src/main/java/net/starlark/java/eval/Mutability.java:210–210  ·  view source on GitHub ↗

Returns the Mutability associated with this Freezable. This should not change over the lifetime of the object, except by calling #unsafeShallowFreeze if applicable.

()

Source from the content-addressed store, hash-verified

208 * applicable.
209 */
210 Mutability mutability();
211
212 /**
213 * Registers a change to this Freezable's iterator count and reports whether it is temporarily

Callers 15

freezeMethod · 0.65
isImmutableMethod · 0.65
proxyMethodsObjectMethod · 0.65
decodeMethod · 0.65
unionMethod · 0.65
intersectionMethod · 0.65
differenceMethod · 0.65
symmetricDifferenceMethod · 0.65
sortedMethod · 0.65
reversedMethod · 0.65
listMethod · 0.65
dictMethod · 0.65

Calls

no outgoing calls

Tested by 3

freezeMethod · 0.52
isImmutableMethod · 0.52
proxyMethodsObjectMethod · 0.52