MCPcopy Index your code
hub / github.com/apache/answer / UpdateContent

Method UpdateContent

plugin/search.go:110–110  ·  view source on GitHub ↗
(ctx context.Context, content *SearchContent)

Source from the content-addressed store, hash-verified

108 SearchQuestions(ctx context.Context, cond *SearchBasicCond) (res []SearchResult, total int64, err error)
109 SearchAnswers(ctx context.Context, cond *SearchBasicCond) (res []SearchResult, total int64, err error)
110 UpdateContent(ctx context.Context, content *SearchContent) (err error)
111 DeleteContent(ctx context.Context, objectID string) (err error)
112}
113

Callers 3

handleOnceFunction · 0.65
updateSearchMethod · 0.65
UpdateSearchMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected