Skip to main content

Mountain/IPC/WindServiceHandlers/Git/Shared/
Generated.rs

1//! Generates a UUID v4 string for use as a git operation ID.
2
3pub fn Fn() -> String { uuid::Uuid::new_v4().to_string() }