MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / version

Function version

python/src/lib.rs:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138/// Returns the version string of the GraphBit core library.
139#[pyfunction]
140fn version() -> String {
141 graphbit_core::VERSION.to_string()
142}
143
144/// Get comprehensive system information and health status
145///

Calls 1

to_stringMethod · 0.80