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

Method set

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

Source from the content-addressed store, hash-verified

2155
2156 # Set the struct value
2157 def set(self, fbe_value):
2158 fbe_begin = self.set_begin()
2159 if fbe_begin == 0:
2160 return
2161
2162 self.set_fields(fbe_value)
2163 self.set_end(fbe_begin)
2164
2165 # Set the struct fields values
2166 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