MCPcopy Index your code
hub / github.com/diegomura/react-pdf / end

Method end

packages/pdfkit/src/reference.js:59–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 end() {
60 super.end(...arguments);
61
62 if (this.deflate) {
63 return this.deflate.end();
64 }
65
66 return this.finalize();
67 }
68
69 finalize() {
70 this.offset = this.document._offset;

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.95

Tested by

no test coverage detected