Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTree Example #1496

Merged
merged 10 commits into from
Nov 26, 2021
Merged

BTree Example #1496

merged 10 commits into from
Nov 26, 2021

Conversation

huangqian1985
Copy link
Member

No description provided.

1.NewBTree 2.NewBTreeFrom
1.Clone 2.Set 3.Sets 4.Get 5.GetOrSet 6.GetOrSetFunc 7.GetOrSetFuncLock
1.GetVar 2.GetVarOrSet 3.GetVarOrSetFunc 4.GetVarOrSetFuncLock 5.SetIfNotExist 6.SetIfNotExistFunc 7.SetIfNotExistFuncLock 8.Contains 9.Remove 10.Removes 11.IsEmpty 12.Size
1.Keys 2.Values 3.Map 4.MapStrAny 5.Clear 6.Replace 7.Height 8.Left 9.Right 10.String 11.Search 12.Print 13.Iterator 14.IteratorFrom 15.IteratorAsc 16.IteratorAscFrom 17.IteratorDesc 18.IteratorDescFrom 19.MarshalJson
@codecov-commenter
Copy link

codecov-commenter commented Nov 25, 2021

Codecov Report

Merging #1496 (a0c139f) into master (f91b5b5) will increase coverage by 0.15%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1496      +/-   ##
==========================================
+ Coverage   71.00%   71.16%   +0.15%     
==========================================
  Files         413      414       +1     
  Lines       40015    40021       +6     
==========================================
+ Hits        28414    28482      +68     
+ Misses       9810     9749      -61     
+ Partials     1791     1790       -1     
Flag Coverage Δ
go-1.14 71.15% <88.88%> (+0.20%) ⬆️
go-1.15 71.12% <88.88%> (+0.17%) ⬆️
go-1.16 71.13% <88.88%> (+0.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
container/gtree/gtree_btree.go 92.15% <88.88%> (+3.78%) ⬆️
os/gspath/gspath_cache.go 84.21% <0.00%> (-3.51%) ⬇️
os/glog/glog_logger_rotate.go 68.78% <0.00%> (-2.93%) ⬇️
os/gcmd/gcmd_command.go 70.00% <0.00%> (ø)
frame/gins/gins_httpclient.go 100.00% <0.00%> (ø)
database/gdb/gdb_func.go 87.38% <0.00%> (+0.09%) ⬆️
protocol/goai/goai_path.go 61.25% <0.00%> (+1.86%) ⬆️
os/gcmd/gcmd_parser.go 74.26% <0.00%> (+2.20%) ⬆️
container/gvar/gvar.go 92.13% <0.00%> (+2.24%) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f91b5b5...a0c139f. Read the comment docs.

container/gtree/gtree_z_example_btree_test.go Outdated Show resolved Hide resolved
container/gtree/gtree_z_example_btree_test.go Outdated Show resolved Hide resolved
container/gtree/gtree_z_example_btree_test.go Outdated Show resolved Hide resolved
container/gtree/gtree_z_example_btree_test.go Outdated Show resolved Hide resolved
@gqcn gqcn merged commit ae76852 into gogf:master Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants