MCPcopy
hub / github.com/Col-E/Recaf / size

Method size

src/main/java/me/coley/recaf/workspace/History.java:55–57  ·  view source on GitHub ↗

@return Size of history for the current file.

()

Source from the content-addressed store, hash-verified

53 * @return Size of history for the current file.
54 */
55 public int size() {
56 return stack.size();
57 }
58
59 /**
60 * @return {@code true} if the top of the stack is the initial state of the item.

Calls

no outgoing calls