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

Struct FunctionServerImpl

fs/runtime/grpc/grpc_func.go:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239type FunctionServerImpl struct {
240 proto.UnimplementedFunctionServer
241 reconcileSvr *FSSReconcileServer
242}
243
244func NewFunctionServerImpl(s *FSSReconcileServer) *FunctionServerImpl {
245 return &FunctionServerImpl{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected