MCPcopy Create free account
hub / github.com/appleboy/CodeGPT / Option

Interface Option

git/options.go:4–6  ·  view source on GitHub ↗

Option is an interface that specifies instrumentation configuration options.

Source from the content-addressed store, hash-verified

2
3// Option is an interface that specifies instrumentation configuration options.
4type Option interface {
5 apply(*config)
6}
7
8// optionFunc is a type of function that can be used to implement the Option interface.
9// It takes a pointer to a config struct and modifies it.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected