* For detecting whether the upstream source is dirty, so that * the local cached source (in `_sourceList`) should be discarded.
()
| 177 | * the local cached source (in `_sourceList`) should be discarded. |
| 178 | */ |
| 179 | private _getVersionSign(): string { |
| 180 | return this._sourceHost.uid + '_' + this._versionSignBase; |
| 181 | } |
| 182 | |
| 183 | /** |
| 184 | * Always return a source instance. Otherwise throw error. |
no outgoing calls
no test coverage detected