MCPcopy Create free account
hub / github.com/cronitorio/cronitor-cli / IsMicrosoftTask

Method IsMicrosoftTask

cmd/discover_logic_windows.go:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (r WrappedWindowsTask) IsMicrosoftTask() bool {
64 return strings.HasPrefix(r.Path, "\\Microsoft\\")
65}
66
67func (r WrappedWindowsTask) GetCommandToRun() string {
68 var commands []string

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected