MCPcopy Create free account
hub / github.com/subquery/subql / splitEndpoints

Function splitEndpoints

packages/cli/src/controller/deploy-controller.ts:192–194  ·  view source on GitHub ↗
(endpointStr: string)

Source from the content-addressed store, hash-verified

190}
191
192export function splitEndpoints(endpointStr: string): string[] {
193 return endpointStr.split(',').map((e) => e.trim());
194}
195
196export interface EndpointType {
197 network: string;

Callers 2

createDeploymentAdapterFunction · 0.90

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected