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

Method Key

projects/Go/proto/test/StructSimple.go:175–179  ·  view source on GitHub ↗

Get the struct key

()

Source from the content-addressed store, hash-verified

173
174// Get the struct key
175func (s *StructSimple) Key() StructSimpleKey {
176 return StructSimpleKey{
177 Id: s.Id,
178 }
179}
180
181// Convert struct to optional
182func (s *StructSimple) Optional() *StructSimple {

Callers 3

mainFunction · 0.95

Calls

no outgoing calls

Tested by 2