Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ main
Function
main
examples/axum_example/api/src/lib.rs:205–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
203
}
204
205
pub fn main() {
206
let result = start();
207
208
if let Some(err) = result.err() {
209
println!(
"Error: {err}"
);
210
}
211
}
Callers
nothing calls this directly
Calls
1
start
Function · 0.70
Tested by
no test coverage detected