Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ ensureVariables
Method
ensureVariables
src/bsh/NameSpace.java:354–357 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
}
353
354
private
void
ensureVariables() {
355
if
( variables == null )
356
variables =
new
HashMap<String,Variable>();
357
}
358
359
/**
360
Remove the variable from the namespace.
Callers
2
setVariable
Method · 0.95
setTypedVariable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected