Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ getGroup
Method
getGroup
src/utils/progress.ts:144–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
getGroup() {
145
if
(!this.progressItem)
return
null;
146
return
this.progressItem.group;
147
}
148
149
getSourceInfo() {
150
if
(this.getGroup())
return
`(${this.getGroup()})`;
Callers
1
getSourceInfo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected