Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ write
Function
write
samples/zlib/iostream2/zstream.h:264–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
*/
263
template <class T, class Items>
264
inline int write(ozstream& zs, const T* x, Items items) {
265
return ::gzwrite(zs.fp(), (voidp) x, items*sizeof(T));
266
}
267
268
/*
269
* Binary output with the
'<'
operator.
Callers
nothing calls this directly
Calls
1
fp
Method · 0.45
Tested by
no test coverage detected