MCPcopy Create free account
hub / github.com/beanshell/beanshell / getu

Method getu

src/bsh/Interpreter.java:864–870  ·  view source on GitHub ↗

Unchecked get for internal use

( String name )

Source from the content-addressed store, hash-verified

862 Unchecked get for internal use
863 */
864 Object getu( String name ) {
865 try {
866 return get( name );
867 } catch ( EvalError e ) {
868 throw new InterpreterError("set: "+e);
869 }
870 }
871
872 /**
873 Assign the value to the name.

Callers 1

pathToFileMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected