Function: getModelNameForUrl()
getModelNameForUrl(
url):string|undefined
Defined in: constants/modelUrls.ts:1149
Looks up the model name for a given source URL.
Parameters
url
string
The source URL to look up.
Returns
string | undefined
The model name if found, otherwise undefined.