MCPcopy Create free account
hub / github.com/erpc/erpc / Bootstrap

Method Bootstrap

erpc/projects.go:36–39  ·  view source on GitHub ↗
(appCtx context.Context)

Source from the content-addressed store, hash-verified

34}
35
36func (p *PreparedProject) Bootstrap(appCtx context.Context) {
37 p.upstreamsRegistry.Bootstrap(appCtx)
38 p.networksRegistry.Bootstrap(appCtx)
39}
40
41func (p *PreparedProject) GetNetwork(ctx context.Context, networkId string) (*Network, error) {
42 return p.networksRegistry.GetNetwork(ctx, networkId)

Callers

nothing calls this directly

Calls 1

BootstrapMethod · 0.65

Tested by

no test coverage detected