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

TypeAlias RemoveMode

cli/cmd/remove.go:65–65  ·  view source on GitHub ↗

删除的模式

Source from the content-addressed store, hash-verified

63
64// 删除的模式
65type RemoveMode string
66
67const (
68 RemoteMode_None RemoveMode = "none"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected