MCPcopy Index your code
hub / github.com/beanshell/beanshell / copy

Method copy

src/bsh/CallStack.java:138–142  ·  view source on GitHub ↗

Occasionally we need to freeze the callstack for error reporting purposes, etc.

()

Source from the content-addressed store, hash-verified

136 purposes, etc.
137 */
138 public CallStack copy() {
139 CallStack cs = new CallStack();
140 cs.stack.addAll(this.stack);
141 return cs;
142 }
143}

Callers 6

initInstanceMethod · 0.45
invokeImplMethod · 0.45
EvalErrorMethod · 0.45
getScriptStackTraceMethod · 0.45
cutMethod · 0.45
actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected