MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / value

Method value

samples/zlib/iostream2/zstream.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 zstringlen(class izstream&);
43 zstringlen(class ozstream&, const char*);
44 size_t value() const { return val.word; }
45private:
46 struct Val { unsigned char byte; size_t word; } val;
47};

Callers 3

zstream.hFile · 0.45
read_stringFunction · 0.45
d3.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected