Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ extractData
Method
extractData
posts.go:1708–1711 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1706
}
1707
1708
func
(p *Post) extractData() {
1709
p.Tags = tags.Extract(p.Content)
1710
p.extractImages()
1711
}
1712
1713
func
(p *Post) IsSans() bool {
1714
return
p.Font ==
"sans"
Callers
12
GetPosts
Method · 0.95
GetPostsTagged
Method · 0.95
GetLangPosts
Method · 0.95
GetPinnedPosts
Method · 0.95
GetTopPosts
Method · 0.95
GetAnonymousPosts
Method · 0.95
GetUserPosts
Method · 0.95
FetchPublicPosts
Method · 0.95
newPost
Function · 0.80
existingPost
Function · 0.80
fetchPost
Function · 0.80
viewCollectionPost
Function · 0.80
Calls
1
extractImages
Method · 0.95
Tested by
no test coverage detected