Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/writefreely/writefreely
/ givenPost
Function
givenPost
posts_test.go:43–45 ·
view source on GitHub ↗
(content string)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
givenPost(content string) writefreely.Post {
44
return
writefreely.Post{Title: zero.StringFrom(
"Title"
), Content: content}
45
}
Callers
1
TestPostSummary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected