MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Delete

Method Delete

module/tag/iml.go:46–48  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

44}
45
46func (i *imlTagModule) Delete(ctx context.Context, id string) error {
47 return i.tagService.Delete(ctx, id)
48}

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected