MCPcopy Create free account
hub / github.com/ShipSecAI/studio / createShipSecClient

Function createShipSecClient

packages/backend-client/src/api-client.ts:663–665  ·  view source on GitHub ↗
(config?: ClientConfig)

Source from the content-addressed store, hash-verified

661 * Create a new ShipSec API client instance
662 */
663export function createShipSecClient(config?: ClientConfig) {
664 return new ShipSecApiClient(config);
665}
666
667// Export types for consumers
668export type * from './client';

Callers 2

api.tsFile · 0.90
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected