Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
impl Buildable<AuthAggregate, AuthAggregateBuilder> for AuthAggregate {
Callers
7
test_create_account
Function · 0.45
get
Method · 0.45
create_board
Method · 0.45
test_unit_of_work
Function · 0.45
test_unit_of_work_event_collection
Function · 0.45
test_create_comment
Function · 0.45
board_create_helper
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_create_account
Function · 0.36
test_unit_of_work
Function · 0.36
test_unit_of_work_event_collection
Function · 0.36
test_create_comment
Function · 0.36