Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ isReady
Method
isReady
src/main/java/com/tcode/web/SearchProvider.java:26–26 ·
view source on GitHub ↗
@return 是否可用(如必要 API Key 已配置 / 服务地址可访问)
()
Source
from the content-addressed store, hash-verified
24
* @
return
是否可用(如必要 API Key 已配置 / 服务地址可访问)
25
*/
26
boolean isReady();
27
28
/**
29
* @
return
当 {@link #isReady()} 为 false 时给用户的提示,例如「请配置 SERPAPI_KEY」
Callers
2
search
Method · 0.95
readyWhenApiKeyConfigured
Method · 0.65
Implementers
4
ZhipuSearchProvider
src/main/java/com/tcode/web/ZhipuSearc
SerpApiSearchProvider
src/main/java/com/tcode/web/SerpApiSea
SearxngSearchProvider
src/main/java/com/tcode/web/SearxngSea
WebServiceTest
src/test/java/com/tcode/tool/WebServic
Calls
no outgoing calls
Tested by
1
readyWhenApiKeyConfigured
Method · 0.52