Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
terminal_model_test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected