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

Method visit

src/main/java/net/starlark/java/syntax/Resolver.java:614–621  ·  view source on GitHub ↗
(Identifier id)

Source from the content-addressed store, hash-verified

612 }
613
614 @Override
615 public void visit(Identifier id) {
616 Binding bind = use(id);
617 if (bind != null) {
618 id.setBinding(bind);
619 return;
620 }
621 }
622
623 @Override
624 public void visit(ReturnStatement node) {

Callers 15

assignMethod · 0.95
resolveFunctionMethod · 0.95
resolveExprMethod · 0.95
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45

Calls 15

useMethod · 0.95
errorfMethod · 0.95
assignMethod · 0.95
pushLocalBlockMethod · 0.95
createBindingsForLHSMethod · 0.95
popLocalBlockMethod · 0.95
resolveFunctionMethod · 0.95
makeMethod · 0.95
setBindingMethod · 0.80
getCollectionMethod · 0.80
visitBlockMethod · 0.80
getFlowKindMethod · 0.80

Tested by

no test coverage detected