MCPcopy Create free account
hub / github.com/GNOME/gjs / preReplCleanups

Function preReplCleanups

modules/script/_bootstrap/debugger.js:959–962  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

957}
958
959function preReplCleanups() {
960 while (replCleanups.length > 0)
961 replCleanups.pop()();
962}
963
964var prevcmd;
965function repl() {

Callers 2

stepPoppedFunction · 0.85
replFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected