MCPcopy
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
56func splitVar(s string) (string, string) {
57 pair := strings.SplitN(s, "=", 2)
58 return pair[0], pair[1]
59}

Callers 1

ParseFunction · 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…