MCPcopy 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
59func (r WrappedWindowsTask) WindowsKey() string {
60 return getWindowsKey(r.FullName())
61}
62
63func (r WrappedWindowsTask) IsMicrosoftTask() bool {
64 return strings.HasPrefix(r.Path, "\\Microsoft\\")

Callers 2

GetNextRunFromMonitorKeyFunction · 0.95

Calls 2

FullNameMethod · 0.95
getWindowsKeyFunction · 0.85

Tested by

no test coverage detected