Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
export
function
splitEndpoints(endpointStr: string): string[] {
193
return
endpointStr.split(
','
).map((e) => e.trim());
194
}
195
196
export
interface
EndpointType {
197
network: string;
Callers
2
createDeploymentAdapter
Function · 0.90
splitMultichainDataFields
Function · 0.85
Calls
1
map
Method · 0.80
Tested by
no test coverage detected