MCPcopy Index your code
hub / github.com/apache/devlake / DeleteBlueprint

Method DeleteBlueprint

backend/test/helper/api.go:154–160  ·  view source on GitHub ↗
(blueprintId uint64)

Source from the content-addressed store, hash-verified

152}
153
154func (d *DevlakeClient) DeleteBlueprint(blueprintId uint64) {
155 sendHttpRequest[any](d.testCtx, d.timeout, &testContext{
156 client: d,
157 printPayload: true,
158 inlineJson: false,
159 }, http.MethodDelete, fmt.Sprintf("%s/blueprints/%d", d.Endpoint, blueprintId), nil, nil)
160}
161
162func (d *DevlakeClient) CreateProject(project *ProjectConfig) models.ApiOutputProject {
163 var metrics []*models.BaseMetric

Callers 11

TestTestmoPluginFunction · 0.45
TestPagerDutyPluginFunction · 0.45
TestAzureFunction · 0.45
TestArgoCDPluginFunction · 0.45
TestGitlabPluginFunction · 0.45
deleteProjectBlueprintFunction · 0.45
DeleteBlueprintFunction · 0.45
DeleteFunction · 0.45

Calls

no outgoing calls

Tested by 8

TestTestmoPluginFunction · 0.36
TestPagerDutyPluginFunction · 0.36
TestAzureFunction · 0.36
TestArgoCDPluginFunction · 0.36
TestGitlabPluginFunction · 0.36