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

Method invoke

src/bsh/commands/dir.java:30–34  ·  view source on GitHub ↗

Implement dir() command.

( Interpreter env, CallStack callstack )

Source from the content-addressed store, hash-verified

28 Implement dir() command.
29 */
30 public static void invoke( Interpreter env, CallStack callstack )
31 {
32 String dir = ".";
33 invoke( env, callstack, dir );
34 }
35
36 /**
37 Implement dir( String directory ) command.

Callers

nothing calls this directly

Calls 7

pathToFileMethod · 0.80
listMethod · 0.80
appendMethod · 0.80
printlnMethod · 0.65
getMethod · 0.65
toStringMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected