MCPcopy Create free account
hub / github.com/exercism/cli / InMemoryPersister

Struct InMemoryPersister

config/persister.go:43–43  ·  view source on GitHub ↗

InMemoryPersister is a noop persister for use in unit tests.

Source from the content-addressed store, hash-verified

41
42// InMemoryPersister is a noop persister for use in unit tests.
43type InMemoryPersister struct{}
44
45// Save does nothing.
46func (p InMemoryPersister) Save(*viper.Viper, string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected