Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ getBuiltInCommandNames
Function
getBuiltInCommandNames
src/services/command/built-in-commands.ts:323–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
321
* Get names of all built-in commands
322
*/
323
export
async
function
getBuiltInCommandNames(): Promise<string[]> {
324
return
Object.keys(BUILT_IN_COMMANDS)
325
}
Callers
1
built-in-commands.spec.ts
File · 0.90
Calls
1
keys
Method · 0.65
Tested by
no test coverage detected