MCPcopy Create free account
hub / github.com/Qovery/engine / generate_id

Function generate_id

app/src/main.rs:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55shadow!(build_info);
56
57pub fn generate_id() -> u32 {
58 Uuid::new_v4().as_fields().0
59}
60
61pub fn main() -> io::Result<()> {
62 println!("{ASCII_BANNER}");

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected