Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ main
Function
main
examples/poem_example/api/src/lib.rs:157–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
pub fn main() {
158
let result = start();
159
160
if let Some(err) = result.err() {
161
println!(
"Error: {err}"
);
162
}
163
}
Callers
nothing calls this directly
Calls
1
start
Function · 0.70
Tested by
no test coverage detected