MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / at

Method at

chapter21/src/main/java/com/seaofnodes/simple/SB.java:53–53  ·  view source on GitHub ↗
(int idx )

Source from the content-addressed store, hash-verified

51 return this;
52 }
53 public char at(int idx ) { return _sb.charAt(idx); }
54
55 // Not spelled "p" on purpose: too easy to accidentally say "p(1.0)" and
56 // suddenly call the autoboxed version.

Callers 15

parseStructMethod · 0.45
allocMethod · 0.45
putIntoRegClassMethod · 0.45
findAllLRGMethod · 0.45
encodeFunctionsMethod · 0.45
bestMethod · 0.45
backwardsEmptyScanMethod · 0.45
compactShortFormMethod · 0.45
scopeMethod · 0.45
scopeEdgesMethod · 0.45
_prettyPrintMethod · 0.45
scopeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected