Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ TermDestination
Method
TermDestination
BeefySysLib/img/JPEGData.cpp:184–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
static void TermDestination(j_compress_ptr cinfo)
185
{
186
auto self = (JpegMemDest*)cinfo->dest;
187
self->mData.Resize(self->mData.size() - cinfo->dest->free_in_buffer);
188
}
189
};
190
191
bool JPEGData::ReadData()
Callers
nothing calls this directly
Calls
2
Resize
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected