Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeInt16
Method
writeInt16
javascript/packages/core/lib/gen/builder.ts:200–202 ·
view source on GitHub ↗
(v: number | string)
Source
from the content-addressed store, hash-verified
198
}
199
200
writeInt16(v: number | string) {
201
return
`${this.holder}.writeInt16(${v})`;
202
}
203
204
writeVarInt32(v: number | string) {
205
return
`${this.holder}.writeVarInt32(${v})`;
Callers
1
number.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected