Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TestToolChainDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dsq
TestToolChainDemo
Commits
3625b36b
Commit
3625b36b
authored
Apr 10, 2026
by
qq_38816927
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
未使用测试入口
parent
2b8291b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Index.ets
harmonyApp/entry/src/main/ets/pages/Index.ets
+2
-2
No files found.
harmonyApp/entry/src/main/ets/pages/Index.ets
View file @
3625b36b
...
...
@@ -3,6 +3,7 @@ import { hilog } from '@kit.PerformanceAnalysisKit';
import nativeApi from 'libentry.so';
import { testArkTsToArkTs } from './TestJumpClass';
import { MyFunction } from './MyFunction';
import { promptAction } from '@kit.ArkUI'; // 未使用的依赖
//import测试区域
...
...
@@ -49,7 +50,7 @@ struct Index {
}
// 模拟耗时操作
private loadData() {
private loadData() {
// 未使用的方法
for (let i = 0; i < 10000; i++) {
// 模拟数据处理
let temp = i * i;
...
...
@@ -124,7 +125,6 @@ function testMyRepair(){
//自定义代码修复测试点
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment