Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ test_vectorss_clear
Function
test_vectorss_clear
tools/python/test/test_vector.py:153–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
152
153
def
test_vectorss_clear():
154
vss = generate_test_vectorss()
155
vss.clear()
156
assert len(vss) == 0
157
158
159
def
test_vectorss_resize():
Callers
nothing calls this directly
Calls
3
generate_test_vectorss
Function · 0.85
len
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected