Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
func
endsWithBackslash(s string) bool {
65
return
strings.HasSuffix(strings.TrimRight(s,
" \t"
), `\`)
66
}
67
68
func
parseLine(line string, lineNo int) []ref {
69
var
refs []ref
Callers
1
parseRefs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected