Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ push
Method
push
src/bsh/CallStack.java:69–71 ·
view source on GitHub ↗
( NameSpace ns )
Source
from the content-addressed store, hash-verified
67
}
68
69
public
void
push( NameSpace ns ) {
70
stack.push( ns );
71
}
72
73
public
NameSpace top() {
74
return
stack.peek();
Callers
10
CallStack
Method · 0.95
getConstructorArgs
Method · 0.95
initInstance
Method · 0.95
run
Method · 0.95
eval
Method · 0.95
invokeImpl
Method · 0.80
pushNode
Method · 0.80
openNodeScope
Method · 0.80
generateClassImpl
Method · 0.80
constructWithInterfaceBody
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected