MCPcopy Create free account
hub / github.com/bigcyy/customized-chat / PDFData

Method PDFData

web/src/main/java/com/cyy/chat/pojo/PDFData.java:15–19  ·  view source on GitHub ↗
(Long id, String content, Integer contentWordCount)

Source from the content-addressed store, hash-verified

13 private Integer contentWordCount;
14
15 public PDFData(Long id, String content, Integer contentWordCount) {
16 this.id = id;
17 this.content = content;
18 this.contentWordCount = contentWordCount;
19 }
20
21 public Long getId() {
22 return id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected