MCPcopy
hub / github.com/AmintaCCCP/GithubStarsManager / EditIntent

Interface EditIntent

src/components/RepositoryEditModal.tsx:37–41  ·  view source on GitHub ↗

* 编辑意图状态 - 跟踪用户对描述、标签和分类的操作意图

Source from the content-addressed store, hash-verified

35 * 编辑意图状态 - 跟踪用户对描述、标签和分类的操作意图
36 */
37interface EditIntent {
38 description: EditIntentType;
39 tags: EditIntentType;
40 category: EditIntentType;
41}
42
43/**
44 * 来源信息显示

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected