Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ writeWord
Function
writeWord
static/webuploader/webuploader.js:5814–5818 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
5812
}
5813
5814
function
writeWord(value)
5815
{
5816
writeByte((value>>8)&0xFF);
5817
writeByte((value )&0xFF);
5818
}
5819
5820
// DCT & quantization core
5821
function
fDCTQuant(data, fdtbl)
Callers
6
writeAPP0
Function · 0.70
writeSOF0
Function · 0.70
writeDQT
Function · 0.70
writeDHT
Function · 0.70
writeSOS
Function · 0.70
JPEGEncoder
Function · 0.70
Calls
1
writeByte
Function · 0.70
Tested by
no test coverage detected