Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
100
func
eventsFilePath() string {
101
return
filepath.Join(*artifactsDir,
"events.json"
)
102
}
103
104
func
init() {
105
flag.BoolVar(getAppBom,
"b"
, getAppBomFlagDefault, getAppBomFlagUsage)
Callers
2
Run
Function · 0.85
runControlCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected