MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / DestructiveWarning

Struct DestructiveWarning

tools/bash/validation.go:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type DestructiveWarning struct {
47 Category string `json:"category"`
48 Message string `json:"message"`
49 Pattern string `json:"pattern"`
50}
51
52type destructivePattern struct {
53 Pattern *regexp.Regexp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected