MCPcopy Create free account
hub / github.com/Tencent/libpag / RunScriptPreWarm

Function RunScriptPreWarm

exporter/src/utils/AEHelper.cpp:318–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void RunScriptPreWarm() {
319 static bool hasInit = false;
320 if (!hasInit) {
321 RegisterTextDocumentScript();
322 GetDocumentsFolderPath();
323 GetAEVersion();
324 hasInit = true;
325 }
326}
327
328bool CheckAeVersion() {
329 int32_t majorVersion = 0;

Callers 1

WindowManagerMethod · 0.85

Calls 3

GetDocumentsFolderPathFunction · 0.85
GetAEVersionFunction · 0.85

Tested by

no test coverage detected