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

Method remove

projects/Python/proto/fbe.py:288–289  ·  view source on GitHub ↗
(self, offset, size)

Source from the content-addressed store, hash-verified

286
287 # Remove some memory of the given size from the current write buffer
288 def remove(self, offset, size):
289 self.buffer.remove(offset, size)
290
291 # Reserve memory of the given capacity in the current write buffer
292 def reserve(self, capacity):

Callers 1

send_serializedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected