Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davecheney/pub
/ stringFromAny
Function
stringFromAny
activitypub/activitypub.go:93–96 ·
view source on GitHub ↗
(v any)
Source
from the content-addressed store, hash-verified
91
b, _ := v.(bool)
92
return
b
93
}
94
95
func
stringFromAny(v any) string {
96
s, _ := v.(string)
97
return
s
98
}
99
Callers
9
processActivity
Method · 0.70
processUndo
Method · 0.70
processUndoAnnounce
Method · 0.70
processUndoFollow
Method · 0.70
publishedAndUpdated
Function · 0.70
processAccept
Method · 0.70
objToStatusPoll
Function · 0.70
processDelete
Method · 0.70
visiblity
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected