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

Method setContent

web/src/main/java/com/cyy/chat/pojo/PDFData.java:33–35  ·  view source on GitHub ↗
(String content)

Source from the content-addressed store, hash-verified

31 }
32
33 public void setContent(String content) {
34 this.content = content;
35 }
36
37 public Integer getContentWordCount() {
38 return contentWordCount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected