Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ unsetVariable
Method
unsetVariable
src/bsh/ExternalNameSpace.java:131–135 ·
view source on GitHub ↗
( String name )
Source
from the content-addressed store, hash-verified
129
/**
130
*/
131
public
void
unsetVariable( String name )
132
{
133
super.unsetVariable( name );
134
externalMap.remove( name );
135
}
136
137
/**
138
*/
Callers
1
getVariableImpl
Method · 0.45
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected