MCPcopy
hub / github.com/lowlighter/metrics / encodeNil

Method encodeNil

source/plugins/community/splatoon/s3si/index.ts:2419–2421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2417 this.bytes = newBytes;
2418 }
2419 encodeNil() {
2420 this.writeU8(0xc0);
2421 }
2422 encodeBoolean(object) {
2423 if (object === false) {
2424 this.writeU8(0xc2);

Callers 1

doEncodeMethod · 0.95

Calls 1

writeU8Method · 0.95

Tested by

no test coverage detected