MCPcopy Index your code
hub / github.com/coder/coder / operatingSystemKeyring

Struct operatingSystemKeyring

cli/sessionstore/sessionstore_other.go:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3package sessionstore
4
5type operatingSystemKeyring struct{}
6
7func (operatingSystemKeyring) Set(_, _ string) error {
8 return ErrNotImplemented

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected