Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeVarUInt32
Method
writeVarUInt32
javascript/packages/core/lib/context.ts:455–457 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
453
}
454
455
writeVarUInt32(value: number) {
456
this.writer.writeVarUInt32(value);
457
}
458
459
writeVarUint32Small7(value: number) {
460
this.writer.writeVarUint32Small7(value);
Callers
8
write
Method · 0.45
write
Method · 0.45
writeBytes
Method · 0.45
writeRefOrNull
Method · 0.45
writeTypeMeta
Method · 0.45
crossLanguage.test.ts
File · 0.45
io.test.ts
File · 0.45
typemeta.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected