MCPcopy
hub / github.com/shadow1ng/fscan / IsForwardShellActive

Method IsForwardShellActive

common/state.go:358–360  ·  view source on GitHub ↗

============================================================================= Shell状态方法 ============================================================================= IsForwardShellActive 检查正向Shell是否活跃

()

Source from the content-addressed store, hash-verified

356
357// IsForwardShellActive 检查正向Shell是否活跃
358func (s *State) IsForwardShellActive() bool {
359 return atomic.LoadInt32(&s.forwardShellActive) == 1
360}
361
362// SetForwardShellActive 设置正向Shell活跃状态
363func (s *State) SetForwardShellActive(active bool) {

Callers 1

RunScanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected