MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / getShell

Function getShell

src/tools/shell_session.js:321–324  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

319let _instance = null;
320
321function getShell(options) {
322 if (!_instance) _instance = new ShellSession(options);
323 return _instance;
324}
325
326function resetShell() {
327 if (_instance) {

Callers 1

executeToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected