MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / complete

Method complete

2a_builder_pattern/rust/builder/src/main.rs:60–65  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

58 }
59
60 fn complete(&self) -> bool {
61 self.last_name.is_some()
62 && self.id > 0
63 && !self.email.is_empty()
64 && self.first_name.is_some()
65 }
66}
67
68#[derive(Default, Builder, Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected