Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FrodeHus/EntraRoleReaper
/ MapEndpoint
Method
MapEndpoint
server/Endpoints.cs:15–20 ·
view source on GitHub ↗
(this IEndpointRouteBuilder app)
Source
from the content-addressed store, hash-verified
13
14
15
public static IEndpointRouteBuilder MapEndpoint<TEndpoint>(this IEndpointRouteBuilder app)
16
where TEndpoint : IEndpoint
17
{
18
TEndpoint.Map(app);
19
return app;
20
}
21
}
Callers
nothing calls this directly
Calls
1
Map
Method · 0.45
Tested by
no test coverage detected