MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / Add

Method Add

projects/Go/proto/test/StructSet.go:182–184  ·  view source on GitHub ↗

Add the given item to the set

(item byte)

Source from the content-addressed store, hash-verified

180
181// Add the given item to the set
182func (s setF1) Add(item byte) {
183 s[item] = item
184}
185
186// Contains the given item in the set?
187func (s setF1) Contains(item byte) bool {

Callers 15

SendAndReceiveFinalMethod · 0.45
SendAndReceiveMethod · 0.45
SerializationDomainMethod · 0.45
CopyStructsMethod · 0.45
ExtendingOldNewMethod · 0.45
ExtendingNewOldMethod · 0.45
SerializationDomainMethod · 0.45

Calls

no outgoing calls

Tested by 2