MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / NewFunctionServerImpl

Function NewFunctionServerImpl

fs/runtime/grpc/grpc_func.go:244–248  ·  view source on GitHub ↗
(s *FSSReconcileServer)

Source from the content-addressed store, hash-verified

242}
243
244func NewFunctionServerImpl(s *FSSReconcileServer) *FunctionServerImpl {
245 return &FunctionServerImpl{
246 reconcileSvr: s,
247 }
248}
249
250func (f *FunctionServerImpl) Process(req *proto.FunctionProcessRequest, stream proto.Function_ProcessServer) error {
251 runtime, err := f.reconcileSvr.getFunc(req.Name)

Callers 1

StartGRPCServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected