MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / GitRepoAccessStatusEnum

TypeAlias GitRepoAccessStatusEnum

cli/pkg/common/git.go:80–80  ·  view source on GitHub ↗

git repository 的可访问状态

Source from the content-addressed store, hash-verified

78
79// git repository 的可访问状态
80type GitRepoAccessStatusEnum string
81
82const (
83 GitRepoStatusEnum_NotExists GitRepoAccessStatusEnum = "not exists"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected