Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ main
Function
main
examples/jsonrpsee_example/api/src/lib.rs:141–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
}
140
141
pub fn main() {
142
let result = start();
143
144
if let Some(err) = result.err() {
145
println!(
"Error: {err}"
);
146
}
147
}
Callers
nothing calls this directly
Calls
1
start
Function · 0.70
Tested by
no test coverage detected