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

Method GetProject

erpc/erpc.go:122–124  ·  view source on GitHub ↗
(projectId string)

Source from the content-addressed store, hash-verified

120}
121
122func (e *ERPC) GetProject(projectId string) (*PreparedProject, error) {
123 return e.projectsRegistry.GetProject(projectId)
124}
125
126func (e *ERPC) GetProjects() []*PreparedProject {
127 return e.projectsRegistry.GetAll()

Callers 15

handleProjectMethod · 0.95
findUpstreamByIdMethod · 0.95
handleListCordonedMethod · 0.95
GetNetworkMethod · 0.95
handleHealthCheckMethod · 0.45
bniBootFunction · 0.45
ProcessUnaryMethod · 0.45

Calls

no outgoing calls