MCPcopy Create free account
hub / github.com/gokcehan/lf / onLoad

Function onLoad

eval.go:655–659  ·  view source on GitHub ↗
(app *app, files []string)

Source from the content-addressed store, hash-verified

653}
654
655func onLoad(app *app, files []string) {
656 if cmd, ok := gOpts.cmds["on-load"]; ok {
657 cmd.eval(app, files)
658 }
659}
660
661func onFocusGained(app *app) {
662 if cmd, ok := gOpts.cmds["on-focus-gained"]; ok {

Callers 1

loopMethod · 0.85

Calls 1

evalMethod · 0.65

Tested by

no test coverage detected