MCPcopy Index your code
hub / github.com/go-task/task / Owner

Function Owner

internal/sysinfo/uid_win.go:7–9  ·  view source on GitHub ↗

NOTE: This always returns -1 since there is currently no easy way to get file owner information on Windows.

(path string)

Source from the content-addressed store, hash-verified

5// NOTE: This always returns -1 since there is currently no easy way to get
6// file owner information on Windows.
7func Owner(path string) (int, error) {
8 return -1, nil
9}

Callers 1

SearchNPathRecursivelyFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…