Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cronitorio/cronitor-cli
/ WindowsKey
Method
WindowsKey
cmd/discover_logic_windows.go:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(r WrappedWindowsTask) WindowsKey() string {
60
return
getWindowsKey(r.FullName())
61
}
62
63
func
(r WrappedWindowsTask) IsMicrosoftTask() bool {
64
return
strings.HasPrefix(r.Path,
"\\Microsoft\\"
)
Callers
2
processWindowsTaskScheduler
Function · 0.95
GetNextRunFromMonitorKey
Function · 0.95
Calls
2
FullName
Method · 0.95
getWindowsKey
Function · 0.85
Tested by
no test coverage detected