Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ Reset
Method
Reset
projects/CSharp/Proto/com.chronoxor.fbe.cs:9658–9658 ·
view source on GitHub ↗
Reset the receiver buffer
()
Source
from the content-addressed store, hash-verified
9656
9657
// Reset the receiver buffer
9658
public void Reset() { Buffer.Reset(); }
9659
9660
// Receive data
9661
public void Receive(Buffer buffer) { Receive(buffer.Data, 0, buffer.Size); }
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected