Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ IsKnownArch
Function
IsKnownArch
internal/goext/meta.go:12–15 ·
view source on GitHub ↗
(str string)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
IsKnownArch(str string) bool {
13
_, known := knownArch[str]
14
return
known
15
}
16
17
var
knownOS =
map
[string]
struct
{}{
18
"aix"
: {},
Callers
2
parseOsOrArch
Method · 0.92
parseArch
Method · 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…