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

Function warn_deferred_init

core/src/agent_api/conversation_runtime.rs:147–154  ·  view source on GitHub ↗
(session: &AgentSession)

Source from the content-addressed store, hash-verified

145}
146
147fn warn_deferred_init(session: &AgentSession) {
148 if let Some(warning) = &session.init_warning {
149 tracing::warn!(
150 session_id = %session.session_id,
151 "Session init warning: {}", warning
152 );
153 }
154}

Callers 1

sendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected