Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6pac/SlickGrid
/ destroy
Function
destroy
scripts/dev-watch.mjs:164–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
}
163
164
async
function
destroy() {
165
console.log(
'Exiting the dev file watch...'
);
166
bsync.exit();
167
(
await
subscription).unsubscribe();
168
}
169
170
// start dev watch process
171
init();
Callers
1
init
Function · 0.70
Calls
1
unsubscribe
Method · 0.65
Tested by
no test coverage detected