MCPcopy
hub / github.com/coyove/goflyway / IsSet

Method IsSet

proxy/util.go:78–80  ·  view source on GitHub ↗
(option byte)

Source from the content-addressed store, hash-verified

76type Options byte
77
78func (o *Options) IsSet(option byte) bool {
79 return (byte(*o) & option) != 0
80}
81
82func (o *Options) Set(options ...byte) {
83 for _, option := range options {

Callers 12

replyGoodMethod · 0.80
ServeHTTPMethod · 0.80
servePACFileMethod · 0.80
handleUDPtoTCPMethod · 0.80
canDirectConnectMethod · 0.80
encryptRequestMethod · 0.80
DialUpstreamMethod · 0.80
ServeHTTPMethod · 0.80
handleSocksMethod · 0.80
BridgeMethod · 0.80
NewClientFunction · 0.80
WebConsoleHTTPHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected