Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeInt8
Method
writeInt8
javascript/packages/core/lib/gen/builder.ts:188–190 ·
view source on GitHub ↗
(v: number | string)
Source
from the content-addressed store, hash-verified
186
}
187
188
writeInt8(v: number | string) {
189
return
`${this.holder}.writeInt8(${v})`;
190
}
191
192
writeInt24(v: number | string) {
193
return
`${this.holder}.writeInt24(${v})`;
Callers
10
write
Method · 0.45
writeSpecificType
Function · 0.45
writeFlag
Method · 0.45
writeSpecificType
Method · 0.45
writeCaseValue
Method · 0.45
writeDynamicCaseValue
Method · 0.45
write
Method · 0.45
number.ts
File · 0.45
writeRefOrNull
Function · 0.45
writeField
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected