MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / getScreenFnName

Function getScreenFnName

app.js:5218–5222  ·  view source on GitHub ↗
(scr)

Source from the content-addressed store, hash-verified

5216}
5217
5218function getScreenFnName(scr) {
5219 return (scr.fnName && scr.fnName.trim().length)
5220 ? scr.fnName.trim()
5221 : "draw" + scr.name.replace(/\s+/g, "");
5222}
5223
5224function generateTFTCode() {
5225 let code = "";

Callers 2

generateTFTCodeFunction · 0.85
generateU8g2CodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected