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

Method ReloadCmd

internal/action/command.go:333–335  ·  view source on GitHub ↗

ReloadCmd reloads all files (syntax files, colorschemes, plugins...)

(args []string)

Source from the content-addressed store, hash-verified

331
332// ReloadCmd reloads all files (syntax files, colorschemes, plugins...)
333func (h *BufPane) ReloadCmd(args []string) {
334 reloadRuntime(true)
335}
336
337// ReloadConfig reloads only the configuration
338func ReloadConfig() {

Callers

nothing calls this directly

Calls 1

reloadRuntimeFunction · 0.85

Tested by

no test coverage detected