MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / leetcode

Function leetcode

29. Divide Two Integers/src/main.rs:65–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64 #[test]
65 fn leetcode() {
66 assert_eq!(Solution::divide(i32::min_value(), -1), i32::max_value());
67 assert_eq!(Solution::divide(i32::min_value(), 1), i32::min_value());
68 }
69}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected