MCPcopy
hub / github.com/alecthomas/kong / EmbeddedCallback

Struct EmbeddedCallback

kong_test.go:2519–2523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2517}
2518
2519type EmbeddedCallback struct {
2520 Nested NestedCallback `embed:""`
2521
2522 Embedded bool
2523}
2524
2525func (e *EmbeddedCallback) AfterApply() error {
2526 e.Embedded = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected