MCPcopy Create free account
hub / github.com/LibPDF-js/core / warn

Method warn

src/parser/object-parser.ts:109–111  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

107 }
108
109 private warn(message: string): void {
110 this.onWarning?.(message, this.reader.position);
111 }
112
113 private parseValue(): ParseResult {
114 const token = this.buf1;

Callers 15

parseKeywordMethod · 0.95
parseReferenceMethod · 0.95
parseArrayMethod · 0.95
parseDictMethod · 0.95
buildCertificateChainFunction · 0.45
getCaIssuersUrlFunction · 0.45
getOCSPMethod · 0.45
getCRLMethod · 0.45
getOcspUrlMethod · 0.45
getCrlUrlsMethod · 0.45
extractTimestampFromCmsFunction · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected