MCPcopy Index your code
hub / github.com/coder/coder / isLoginShell

Function isLoginShell

agent/agentssh/agentssh.go:1277–1279  ·  view source on GitHub ↗
(rawCommand string)

Source from the content-addressed store, hash-verified

1275}
1276
1277func isLoginShell(rawCommand string) bool {
1278 return len(rawCommand) == 0
1279}
1280
1281// isQuietLogin checks if the SSH server should perform a quiet login or not.
1282//

Callers 2

startPTYSessionMethod · 0.85
isQuietLoginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected