Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ splitVar
Function
splitVar
args/args.go:56–59 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
54
}
55
56
func
splitVar(s string) (string, string) {
57
pair := strings.SplitN(s,
"="
, 2)
58
return
pair[0], pair[1]
59
}
Callers
1
Parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…