Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAP/ui5-builder
/ getRendererName
Function
getRendererName
lib/lbt/UI5ClientConstants.js:8–12 ·
view source on GitHub ↗
( module )
Source
from the content-addressed store, hash-verified
6
export
const
EVO_MARKER_RESOURCE = MODULE__UI5LOADER;
7
8
export
function
getRendererName( module ) {
9
if
( /\.js$/.test(module) ) {
10
return
module.replace(/\.js$/,
"Renderer.js"
);
11
}
12
}
Callers
1
checkAndAddResource
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected