MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_git_date

Function get_git_date

crates/vm/src/version.rs:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112pub fn get_git_date() -> String {
113 let datetime = get_git_timestamp_datetime();
114
115 datetime.format("%b %e %Y").to_string()
116}
117
118pub fn get_git_time() -> String {
119 let datetime = get_git_timestamp_datetime();

Callers 1

get_git_datetimeFunction · 0.85

Calls 3

to_stringMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected