MCPcopy Create free account
hub / github.com/dim-an/cod / isVariableAssignment

Function isVariableAssignment

shells/parse.go:29–31  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

27}
28
29func isVariableAssignment(s string) bool {
30 return strings.ContainsRune(s, '=')
31}
32
33func ParseSimpleCommand(cmd string) (env, args []string, err error) {
34 tokens, err := Tokenize(cmd)

Callers 1

ParseSimpleCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected