Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
shadow!(build_info);
56
57
pub fn generate_id() -> u32 {
58
Uuid::new_v4().as_fields().0
59
}
60
61
pub fn main() -> io::Result<()> {
62
println!(
"{ASCII_BANNER}"
);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected