MCPcopy Create free account
hub / github.com/davecheney/pub / processCreate

Method processCreate

activitypub/inbox.go:260–262  ·  view source on GitHub ↗
(create map[string]any)

Source from the content-addressed store, hash-verified

258 }
259}
260
261func (i *inboxProcessor) processCreate(create map[string]any) error {
262 typ := stringFromAny(create["type"])
263 switch typ {
264 case "Note", "Question":
265 return i.processCreateNote(create)

Callers 1

processActivityMethod · 0.95

Calls 1

createObjectMethod · 0.95

Tested by

no test coverage detected