Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/xerrors/Yuxi
/ getToolOptions
Function
getToolOptions
web/src/apis/tool_api.js:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
* @returns {Promise} - 工具选项
23
*/
24
export
const
getToolOptions =
async
() => {
25
return
apiAdminGet(`${BASE_URL}/options`)
26
}
27
28
export
const
toolApi = {
29
getTools,
Callers
nothing calls this directly
Calls
1
apiAdminGet
Function · 0.90
Tested by
no test coverage detected