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

Function init

examples/actix_example/api/src/lib.rs:210–217  ·  view source on GitHub ↗
(cfg: &mut web::ServiceConfig)

Source from the content-addressed store, hash-verified

208}
209
210fn init(cfg: &mut web::ServiceConfig) {
211 cfg.service(list);
212 cfg.service(new);
213 cfg.service(create);
214 cfg.service(edit);
215 cfg.service(update);
216 cfg.service(delete);
217}
218
219pub fn main() {
220 let result = start();

Callers 10

beginMethod · 0.85
mainFunction · 0.85
startFunction · 0.85
startFunction · 0.85
startFunction · 0.85
startFunction · 0.85
mainFunction · 0.85
startFunction · 0.85
startFunction · 0.85
on_igniteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected