MCPcopy Create free account
hub / github.com/Facets-cloud/flow / hookEventReferencesCommand

Function hookEventReferencesCommand

internal/app/skill_test.go:24–27  ·  view source on GitHub ↗
(hooks map[string]any, event, command string)

Source from the content-addressed store, hash-verified

22 return err
23 }
24 if d.IsDir() || !strings.HasSuffix(p, ".md") {
25 return nil
26 }
27 data, err := fs.ReadFile(skillFiles(), p)
28 if err != nil {
29 return err
30 }

Calls 1

countMatchingHookEntriesFunction · 0.85

Tested by

no test coverage detected