MCPcopy Index your code
hub / github.com/LibPDF-js/core / push

Method push

src/objects/pdf-array.ts:67–71  ·  view source on GitHub ↗
(...values: PdfObject[])

Source from the content-addressed store, hash-verified

65 }
66
67 push(...values: PdfObject[]): void {
68 this.items.push(...values);
69
70 this.dirty = true;
71 }
72
73 pop(): PdfObject | undefined {
74 const value = this.items.pop();

Callers 15

encryptObjectFunction · 0.95
renumberRefsFunction · 0.95
loadTaggedFormFunction · 0.95
createMethod · 0.95
setInkPathsMethod · 0.95
setVerticesFunction · 0.95
createMethod · 0.95
prependContentMethod · 0.95
appendContentMethod · 0.95
buildCertificateChainFunction · 0.80

Calls

no outgoing calls

Tested by 14

loadTaggedFormFunction · 0.76
mockFetchFunction · 0.64
mockFetchFunction · 0.64
mockFetchFunction · 0.64
getOCSPFunction · 0.64
getCRLFunction · 0.64
createObjectStreamFunction · 0.64
createXRefStreamFunction · 0.64
createMinimalPdfFunction · 0.64
readTokensFunction · 0.64
registerFunction · 0.64