--------------------------------------------------------------------------- isBuiltinProvider --------------------------------------------------------------------------- cmdutilLocalProvider has PkgPath under the official module ("github.com/larksuite/cli/internal/cmdutil") and should be classified
| 23 | // ("github.com/larksuite/cli/internal/cmdutil") and should be classified |
| 24 | // as builtin. |
| 25 | type cmdutilLocalProvider struct{} |
| 26 | |
| 27 | // Name intentionally returns a value that mimics an external provider; the |
| 28 | // PkgPath-based classifier must ignore it. See TestIsBuiltinProvider_PkgPathNotSpoofableByName. |
nothing calls this directly
no outgoing calls
no test coverage detected