MCPcopy
hub / github.com/ShizukuIchi/pdf-editor / CFFEncodingVersion

Function CFFEncodingVersion

public/makeTextPDF.js:25506–25509  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25504var CFFEncodingVersion = function (_r$Number) {
25505 _inherits(CFFEncodingVersion, _r$Number);
25506 function CFFEncodingVersion() {
25507 _classCallCheck(this, CFFEncodingVersion);
25508 return _possibleConstructorReturn(this, _r$Number.call(this, 'UInt8'));
25509 }
25510 CFFEncodingVersion.prototype.decode = function decode(stream) {
25511 return r.uint8.decode(stream) & 127;
25512 };

Callers

nothing calls this directly

Calls 1

_classCallCheckFunction · 0.85

Tested by

no test coverage detected