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

Method set

projects/Python/proto/protoex.py:819–825  ·  view source on GitHub ↗
(self, fbe_value)

Source from the content-addressed store, hash-verified

817
818 # Set the struct value
819 def set(self, fbe_value):
820 fbe_begin = self.set_begin()
821 if fbe_begin == 0:
822 return
823
824 self.set_fields(fbe_value)
825 self.set_end(fbe_begin)
826
827 # Set the struct fields values
828 def set_fields(self, fbe_value):

Callers 15

set_fieldsMethod · 0.45
serializeMethod · 0.45
set_fieldsMethod · 0.45
serializeMethod · 0.45
set_fieldsMethod · 0.45
serializeMethod · 0.45
set_fieldsMethod · 0.45
serializeMethod · 0.45
set_fieldsMethod · 0.45
serializeMethod · 0.45
set_fieldsMethod · 0.45
serializeMethod · 0.45

Calls 3

set_beginMethod · 0.95
set_fieldsMethod · 0.95
set_endMethod · 0.95

Tested by

no test coverage detected