MCPcopy Index your code
hub / github.com/rilldata/rill / virtualFilePathForManagedReport

Function virtualFilePathForManagedReport

admin/server/reports.go:956–958  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

954}
955
956func virtualFilePathForManagedReport(name string) string {
957 return path.Join("reports", name+".yaml")
958}

Callers 4

CreateReportMethod · 0.85
EditReportMethod · 0.85
UnsubscribeReportMethod · 0.85
DeleteReportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected