MCPcopy
hub / github.com/larksuite/cli / appsTestKeychain

Struct appsTestKeychain

shortcuts/apps/git_credential_test.go:1165–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163}
1164
1165type appsTestKeychain struct {
1166 values map[string]string
1167}
1168
1169func newAppsTestKeychain() *appsTestKeychain {
1170 return &appsTestKeychain{values: map[string]string{}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected