MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / PutInt

Function PutInt

3rdparty/flatbuffers/csharp/ByteBuffer.cs:180–183  ·  view source on GitHub ↗
(int offset, int value)

Source from the content-addressed store, hash-verified

178 }
179
180 public void PutInt(int offset, int value)
181 {
182 PutUint(offset, (uint)value);
183 }
184
185 public unsafe void PutUint(int offset, uint value)
186 {

Callers 3

AddIntMethod · 0.85
AddOffsetMethod · 0.85
EndVectorMethod · 0.85

Calls 1

PutUintFunction · 0.85

Tested by

no test coverage detected