Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ main
Function
main
examples/actix_example/api/src/lib.rs:219–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
217
}
218
219
pub fn main() {
220
let result = start();
221
222
if let Some(err) = result.err() {
223
println!(
"Error: {err}"
);
224
}
225
}
Callers
nothing calls this directly
Calls
1
start
Function · 0.70
Tested by
no test coverage detected