MCPcopy Create free account
hub / github.com/AI45Lab/Code / close

Method close

sdk/node/src/lib.rs:2990–2992  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2988 /// reject with a "Session closed" error. Idempotent.
2989 #[napi]
2990 pub async fn close(&self) {
2991 self.inner.close().await
2992 }
2993
2994 /// Whether `close()` has been called on this agent.
2995 #[napi]

Callers 5

startFakeOpenAiServerFunction · 0.45
test.mjsFile · 0.45
mainFunction · 0.45

Calls 3

block_onMethod · 0.80
get_runtimeFunction · 0.70
cloneMethod · 0.45

Tested by

no test coverage detected