Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ update_message
Method
update_message
crates/opencode-session/src/compaction.rs:1099–1102 ·
view source on GitHub ↗
(&self, info: MessageInfo)
Source
from the content-addressed store, hash-verified
1097
}
1098
1099
async fn update_message(&self, info: MessageInfo) -> anyhow::Result<MessageInfo> {
1100
self.messages.lock().await.push(info.clone());
1101
Ok(info)
1102
}
1103
1104
async fn update_part(
1105
&self,
Callers
2
process
Method · 0.45
create
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected