MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / is_session_command

Method is_session_command

graphlite/src/exec/result.rs:114–116  ·  view source on GitHub ↗

Check if this result contains a session command

(&self)

Source from the content-addressed store, hash-verified

112
113 /// Check if this result contains a session command
114 pub fn is_session_command(&self) -> bool {
115 self.session_result.is_some()
116 }
117
118 /// Get a formatted message for session commands (returns None if not a session command)
119 pub fn get_session_message(&self) -> Option<String> {

Callers 1

format_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected