Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
956
func
virtualFilePathForManagedReport(name string) string {
957
return
path.Join(
"reports"
, name+
".yaml"
)
958
}
Callers
4
CreateReport
Method · 0.85
EditReport
Method · 0.85
UnsubscribeReport
Method · 0.85
DeleteReport
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected