Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddInt
Method · 0.85
AddOffset
Method · 0.85
EndVector
Method · 0.85
Calls
1
PutUint
Function · 0.85
Tested by
no test coverage detected