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

Method errorf

src/main/java/net/starlark/java/syntax/Resolver.java:484–487  ·  view source on GitHub ↗
(Node node, String format, Object... args)

Source from the content-addressed store, hash-verified

482
483 // Formats and reports an error at the start of the specified node.
484 @FormatMethod
485 private void errorf(Node node, String format, Object... args) {
486 errorf(node.getStartLocation(), format, args);
487 }
488
489 // Formats and reports an error at the specified location.
490 @FormatMethod

Callers 12

createBindingsMethod · 0.95
assignMethod · 0.95
visitMethod · 0.95
useMethod · 0.95
resolveTypeOrArgMethod · 0.95
resolveTypeMethod · 0.95
resolveFunctionMethod · 0.95
bindParamMethod · 0.95
bindMethod · 0.95
toplevelRebindingMethod · 0.95
globalLocalConflictMethod · 0.95

Calls 3

getStartLocationMethod · 0.45
addMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected