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

Method fn

src/main/java/net/starlark/java/eval/Eval.java:70–72  ·  view source on GitHub ↗
(StarlarkThread.Frame fr)

Source from the content-addressed store, hash-verified

68 }
69
70 private static StarlarkFunction fn(StarlarkThread.Frame fr) {
71 return (StarlarkFunction) fr.fn;
72 }
73
74 private static TokenKind execStatements(
75 StarlarkThread.Frame fr, List<Statement> statements, boolean indented)

Callers 6

execStatementsMethod · 0.95
newFunctionMethod · 0.95
assignIdentifierMethod · 0.95
evalIdentifierMethod · 0.95
runMethod · 0.80
_process_workerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected