Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ checkDirectoryEmptyString
Method
checkDirectoryEmptyString
test/utils/TestFileSystem.java:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
@Test (expected = IllegalArgumentException.
class
)
43
public
void
checkDirectoryEmptyString() throws Exception {
44
FileSystem.checkDirectory(
""
, true, false);
45
}
46
}
Callers
nothing calls this directly
Calls
1
checkDirectory
Method · 0.95
Tested by
no test coverage detected