MCPcopy
hub / github.com/kickscondor/fraidycat / followTitle

Function followTitle

src/js/util.js:72–74  ·  view source on GitHub ↗
(follow)

Source from the content-addressed store, hash-verified

70}
71
72export function followTitle(follow) {
73 return (follow.title || follow.actualTitle || follow.url).toString()
74}
75
76export function isValidFollow(follow) {
77 return follow.url && follow.feed && follow.id

Callers 4

exportToFunction · 0.90
subscribeFunction · 0.90
view.jsFile · 0.90
follows.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected