MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / main

Function main

examples/rocket_okapi_example/api/src/lib.rs:130–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130pub fn main() {
131 let result = start();
132
133 println!("Rocket: deorbit.");
134
135 if let Some(err) = result.err() {
136 println!("Error: {err}");
137 }
138}

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected