Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ getUIDNullName
Method
getUIDNullName
test/core/TestTSDB.java:387–390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
385
}
386
387
@Test (expected = IllegalArgumentException.
class
)
388
public
void
getUIDNullName() {
389
tsdb.getUID(UniqueIdType.TAGV, null);
390
}
391
392
@Test (expected = IllegalArgumentException.
class
)
393
public
void
getUIDEmptyName() {
Callers
nothing calls this directly
Calls
1
getUID
Method · 0.45
Tested by
no test coverage detected