MCPcopy 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
43func givenPost(content string) writefreely.Post {
44 return writefreely.Post{Title: zero.StringFrom("Title"), Content: content}
45}

Callers 1

TestPostSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected