Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getAutoText
Method · 0.95
Calls
2
getGroup
Method · 0.95
getSource
Method · 0.95
Tested by
no test coverage detected