Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ reset
Method
reset
projects/JavaScript/proto/fbe.js:5127–5129 ·
view source on GitHub ↗
* Reset the sender buffer * @this {!Sender}
()
Source
from the content-addressed store, hash-verified
5125
* @this {!Sender}
5126
*/
5127
reset () {
5128
this._buffer.reset()
5129
}
5130
5131
/**
5132
* Send serialized buffer.
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected