Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ getSource
Method
getSource
src/utils/progress.ts:139–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
getSource() {
140
if
(!this.progressItem)
return
null;
141
return
this.progressItem.source;
142
}
143
144
getGroup() {
145
if
(!this.progressItem)
return
null;
Callers
1
getSourceInfo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected