MCPcopy 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
95func stringFromAny(v any) string {
96 s, _ := v.(string)
97 return s
98}
99

Callers 9

processActivityMethod · 0.70
processUndoMethod · 0.70
processUndoAnnounceMethod · 0.70
processUndoFollowMethod · 0.70
publishedAndUpdatedFunction · 0.70
processAcceptMethod · 0.70
objToStatusPollFunction · 0.70
processDeleteMethod · 0.70
visiblityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected