Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
2
TestSkillInstallWritesBothHooks
Function · 0.85
TestSkillInstallPreservesUnrelatedHooks
Function · 0.85
Calls
1
countMatchingHookEntries
Function · 0.85
Tested by
no test coverage detected