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

Method set

projects/Python/proto/fbe.py:1298–1303  ·  view source on GitHub ↗
(self, optional)

Source from the content-addressed store, hash-verified

1296
1297 # Set the optional value
1298 def set(self, optional):
1299 fbe_begin = self.set_begin(optional is not None)
1300 if fbe_begin == 0:
1301 return
1302 self.value.set(optional)
1303 self.set_end(fbe_begin)
1304
1305
1306# Fast Binary Encoding array field model

Callers

nothing calls this directly

Calls 3

set_beginMethod · 0.95
set_endMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected