MCPcopy
hub / github.com/irbis-sh/zen-desktop / MethodModifier

Struct MethodModifier

internal/networkrules/rulemodifiers/method.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type MethodModifier struct {
11 entries []methodModifierEntry
12 inverted bool
13}
14
15var _ ConditionModifier = (*MethodModifier)(nil)
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected