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

Method set

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

Source from the content-addressed store, hash-verified

1499
1500 # Set the struct value
1501 def set(self, fbe_value):
1502 fbe_begin = self.set_begin()
1503 if fbe_begin == 0:
1504 return
1505
1506 self.set_fields(fbe_value)
1507 self.set_end(fbe_begin)
1508
1509 # Set the struct fields values
1510 def set_fields(self, fbe_value):

Callers

nothing calls this directly

Calls 3

set_beginMethod · 0.95
set_fieldsMethod · 0.95
set_endMethod · 0.95

Tested by

no test coverage detected