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

Method getRaw

src/main/java/net/starlark/java/syntax/Lexer.java:169–171  ·  view source on GitHub ↗

Returns the raw input text associated with the current token.

()

Source from the content-addressed store, hash-verified

167
168 /** Returns the raw input text associated with the current token. */
169 String getRaw() {
170 return bufferSlice(start, end);
171 }
172
173 /**
174 * Parses an end-of-line sequence, handling statement indentation correctly.

Callers

nothing calls this directly

Calls 1

bufferSliceMethod · 0.95

Tested by

no test coverage detected