Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursorless-dev/cursorless
/ getCommandServerApi
Function
getCommandServerApi
src/util/getExtensionApi.ts:57–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
* @returns Command server API or null
if
not installed
56
*/
57
export
const
getCommandServerApi = () =>
58
getExtensionApi<CommandServerApi>(
"pokey.command-server"
);
Callers
1
activate
Function · 0.90
Calls
1
getExtensionApi
Function · 0.85
Tested by
no test coverage detected