MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / build

Method build

library/src/domain/auth/mod.rs:41–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 }
40
41 fn build(self) -> AuthAggregate {
42 self.0
43 }
44}
45
46impl Buildable<AuthAggregate, AuthAggregateBuilder> for AuthAggregate {

Callers 7

test_create_accountFunction · 0.45
getMethod · 0.45
create_boardMethod · 0.45
test_unit_of_workFunction · 0.45
test_create_commentFunction · 0.45
board_create_helperFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_create_accountFunction · 0.36
test_unit_of_workFunction · 0.36
test_create_commentFunction · 0.36