MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / uptime

Method uptime

python/src/runtime.rs:109–111  ·  view source on GitHub ↗

Get runtime uptime

(&self)

Source from the content-addressed store, hash-verified

107
108 /// Get runtime uptime
109 pub(crate) fn uptime(&self) -> Duration {
110 self.created_at.elapsed()
111 }
112
113 /// Get runtime statistics (placeholder for future metrics)
114 pub(crate) fn stats(&self) -> RuntimeStats {

Callers 1

statsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected