MCPcopy Create free account
hub / github.com/tiann/hapi / formatWorkspaceRoots

Function formatWorkspaceRoots

cli/src/api/apiMachine.ts:69–71  ·  view source on GitHub ↗
(paths?: string[])

Source from the content-addressed store, hash-verified

67}
68
69function formatWorkspaceRoots(paths?: string[]): string {
70 return paths?.length ? paths.join(', ') : '(none)'
71}
72
73export class ApiMachineClient {
74 private socket!: Socket<ServerToClientEvents, ClientToServerEvents>

Callers 1

connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected