MCPcopy Create free account
hub / github.com/featureform/featureform / CreateUser

Method CreateUser

api/main.go:79–82  ·  view source on GitHub ↗
(ctx context.Context, user *pb.User)

Source from the content-addressed store, hash-verified

77}
78
79func (serv *MetadataServer) CreateUser(ctx context.Context, user *pb.User) (*pb.Empty, error) {
80 serv.Logger.Infow("Creating User", "user", user.Name)
81 return serv.meta.CreateUser(ctx, user)
82}
83
84func (serv *MetadataServer) GetUsers(stream pb.Api_GetUsersServer) error {
85 for {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected