MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / EnvCheck

Struct EnvCheck

internal/doctor/checks.go:86–88  ·  view source on GitHub ↗

EnvCheck looks for a .env file via envfile.Find and warns when permissions look too permissive.

Source from the content-addressed store, hash-verified

84// EnvCheck looks for a .env file via envfile.Find and warns when permissions
85// look too permissive.
86type EnvCheck struct {
87 Custom string
88}
89
90func (c EnvCheck) Name() string { return "Environment File Check" }
91func (c EnvCheck) Run(_ context.Context, r Reporter) Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected