Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ stop
Method
stop
sdk/node/src/lib.rs:3094–3096 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
3092
/// has been signalled.
3093
#[napi]
3094
pub async fn stop(&self) {
3095
self.cancel.cancel();
3096
}
3097
3098
/// Whether `stop()` has been called on this handle.
3099
#[napi]
Callers
1
test_serve.mjs
File · 0.45
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected