MCPcopy Index your code
hub / github.com/MALSync/MALSync / getSourceInfo

Method getSourceInfo

src/utils/progress.ts:149–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 getSourceInfo() {
150 if (this.getGroup()) return `(${this.getGroup()})`;
151 if (this.getSource()) return `(${this.getSource()})`;
152 return '';
153 }
154}

Callers 1

getAutoTextMethod · 0.95

Calls 2

getGroupMethod · 0.95
getSourceMethod · 0.95

Tested by

no test coverage detected