Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ with
Method
with
thrift/struct.go:37–39 ·
view source on GitHub ↗
(x flags)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(f flags) with(x flags) flags {
38
return
f | x
39
}
40
41
func
(f flags) without(x flags) flags {
42
return
f & ^x
Callers
5
forEachStructField
Function · 0.45
Reset
Method · 0.45
Reset
Method · 0.45
SetStrict
Method · 0.45
decode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected