MCPcopy
hub / github.com/slimtoolkit/slim / eventsFilePath

Function eventsFilePath

pkg/app/sensor/app.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98)
99
100func eventsFilePath() string {
101 return filepath.Join(*artifactsDir, "events.json")
102}
103
104func init() {
105 flag.BoolVar(getAppBom, "b", getAppBomFlagDefault, getAppBomFlagUsage)

Callers 2

RunFunction · 0.85
runControlCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected