Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chokcoco/iCSS
/ cleanup
Method
cleanup
MCP/debug-local.js:359–368 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
357
}
358
359
cleanup() {
360
debugLog(
'🧹 Cleaning up...'
);
361
if
(this.db) {
362
this.db.close();
363
}
364
if
(this.transport) {
365
this.transport.close();
366
}
367
process.exit(0);
368
}
369
}
370
371
// 启动服务器
Callers
1
run
Method · 0.95
Calls
2
debugLog
Function · 0.70
close
Method · 0.45
Tested by
no test coverage detected