Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Migorithm/rustiful-backend
/ take_comments
Method
take_comments
library/src/domain/board/mod.rs:87–90 ·
view source on GitHub ↗
(mut self, comments: Vec<Comment>)
Source
from the content-addressed store, hash-verified
85
self
86
}
87
pub fn take_comments(mut self, comments: Vec<Comment>) -> Self {
88
self.0.comments = comments;
89
self
90
}
91
}
92
93
impl Builder<BoardAggregate> for BoardAggregateBuilder {
Callers
2
get
Method · 0.80
test_create_comment
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_create_comment
Function · 0.64