MCPcopy Index your code
hub / github.com/coder/coder / isExperimentalEndpoint

Function isExperimentalEndpoint

coderd/coderdtest/swaggerparser.go:167–169  ·  view source on GitHub ↗
(route string)

Source from the content-addressed store, hash-verified

165}
166
167func isExperimentalEndpoint(route string) bool {
168 return strings.HasPrefix(route, "/api/v2/workspaceagents/me/experimental/")
169}
170
171func VerifySwaggerDefinitions(t *testing.T, router chi.Router, swaggerComments []SwaggerComment, opts ...SwaggerOption) {
172 cfg := swaggerOptions{}

Callers 1

VerifySwaggerDefinitionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected