Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
encryptObject
Function · 0.95
renumberRefs
Function · 0.95
loadTaggedForm
Function · 0.95
create
Method · 0.95
setInkPaths
Method · 0.95
setVertices
Function · 0.95
create
Method · 0.95
prependContent
Method · 0.95
appendContent
Method · 0.95
annotations.test.ts
File · 0.80
text-extraction-bbox.test.ts
File · 0.80
buildCertificateChain
Function · 0.80
Calls
no outgoing calls
Tested by
14
loadTaggedForm
Function · 0.76
mockFetch
Function · 0.64
mockFetch
Function · 0.64
createSelfSignedCertificate
Function · 0.64
mockFetch
Function · 0.64
getOCSP
Function · 0.64
getCRL
Function · 0.64
createObjectStream
Function · 0.64
createXRefStream
Function · 0.64
createMinimalPdf
Function · 0.64
readTokens
Function · 0.64
register
Function · 0.64