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

Method history

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

Source from the content-addressed store, hash-verified

3520 /// Return the session's conversation history.
3521 #[napi]
3522 pub fn history(&self) -> Vec<MessageObject> {
3523 rust_messages_to_js(&self.inner.history())
3524 }
3525
3526 /// Return run snapshots recorded by this session.
3527 #[napi]

Callers 2

Calls 1

rust_messages_to_jsFunction · 0.85

Tested by

no test coverage detected