This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eUtils
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 测试代码添加
master
SisMaker
3 years ago
parent
7cc8455a32
commit
6601530b7e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/measure/DsTestSimple/utSEtsSetDs.erl
+ 1
- 1
src/measure/DsTestSimple/utSEtsSetDs.erl
View File
@ -25,7 +25,7 @@ init(_Num) ->
insert
(
0
,
Ds
)
-
>
Ds
;
insert
(
Num
,
Ds
)
-
>
ets
:
insert
(
Ds
,
{
Num
}
)
,
ets
:
insert
(
Ds
,
{
Num
,
Num
}
)
,
insert
(
Num
-
1
,
Ds
)
.
read
(
0
,
Ds
)
-
>
Write
Preview
Loading…
Cancel
Save