MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / main

Function main

api/src/lib.rs:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109pub fn main() {
110 let result = start();
111 if let Err(err) = result {
112 error!("Error: {err}");
113 }
114}

Callers

nothing calls this directly

Calls 1

startFunction · 0.85

Tested by

no test coverage detected