MCPcopy
hub / github.com/micro-editor/micro / ReloadConfig

Function ReloadConfig

internal/action/command.go:338–340  ·  view source on GitHub ↗

ReloadConfig reloads only the configuration

()

Source from the content-addressed store, hash-verified

336
337// ReloadConfig reloads only the configuration
338func ReloadConfig() {
339 reloadRuntime(false)
340}
341
342func reloadRuntime(reloadPlugins bool) {
343 if reloadPlugins {

Callers

nothing calls this directly

Calls 1

reloadRuntimeFunction · 0.85

Tested by

no test coverage detected