MCPcopy Index your code
hub / github.com/larksuite/cli / testDefaultAcct

Struct testDefaultAcct

internal/cmdutil/testing.go:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type testDefaultAcct struct {
80 config *core.CliConfig
81}
82
83func (a *testDefaultAcct) ResolveAccount(ctx context.Context) (*credential.Account, error) {
84 if a.config == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected