MCPcopy Index your code
hub / github.com/ether/etherpad / getAuthors

Method getAuthors

src/node/utils/padDiff.ts:202–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 async getAuthors() {
203 // check if html was already produced, if not produce it, this generates
204 // the author array at the same time
205 if (this._html == null) {
206 await this.getHtml();
207 }
208
209 return this._authors;
210 }
211
212 _extendChangesetWithAuthor(changeset: any, author: any, apool: any){
213 // unpack

Callers 1

API.tsFile · 0.80

Calls 1

getHtmlMethod · 0.95

Tested by

no test coverage detected