MCPcopy Create free account
hub / github.com/larksuite/cli / endsWithBackslash

Function endsWithBackslash

cmd/cmdexample_parse_test.go:64–66  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

62}
63
64func endsWithBackslash(s string) bool {
65 return strings.HasSuffix(strings.TrimRight(s, " \t"), `\`)
66}
67
68func parseLine(line string, lineNo int) []ref {
69 var refs []ref

Callers 1

parseRefsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected