MCPcopy
hub / github.com/hashicorp/vault / flushLog

Method flushLog

command/server.go:430–432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428}
429
430func (c *ServerCommand) flushLog() {
431 c.logGate.Flush()
432}
433
434func (c *ServerCommand) parseConfig() (*server.Config, []configutil.ConfigError, error) {
435 var configErrors []configutil.ConfigError

Callers 3

runRecoveryModeMethod · 0.95
RunMethod · 0.95

Calls 1

FlushMethod · 0.65

Tested by

no test coverage detected