MCPcopy Create free account
hub / github.com/bugy/script-server / clearedNotification

Function clearedNotification

web-src/tests/unit/terminal_model_test.js:1000–1002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

998 }
999
1000 function clearedNotification() {
1001 return {'cleared': true};
1002 }
1003
1004 function linesDeletedNotification(start, end) {
1005 return {'linesDeleted': [start, end]};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected