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

Method warn

src/parser/indirect-object-parser.ts:54–56  ·  view source on GitHub ↗
(message: string, position: number)

Source from the content-addressed store, hash-verified

52 ) {}
53
54 private warn(message: string, position: number): void {
55 this.options.onWarning?.(message, position);
56 }
57
58 /**
59 * Parse indirect object at current scanner position.

Callers 1

readStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected