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

Method set

projects/Python/proto/proto.py:1383–1389  ·  view source on GitHub ↗
(self, fbe_value)

Source from the content-addressed store, hash-verified

1381
1382 # Set the struct value
1383 def set(self, fbe_value):
1384 fbe_begin = self.set_begin()
1385 if fbe_begin == 0:
1386 return
1387
1388 self.set_fields(fbe_value)
1389 self.set_end(fbe_begin)
1390
1391 # Set the struct fields values
1392 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