Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rilldata/rill
/ must
Function
must
runtime/parser/parser_test.go:2724–2729 ·
view source on GitHub ↗
(v T, err error)
Source
from the content-addressed store, hash-verified
2722
}
2723
2724
func
must[T any](v T, err error) T {
2725
if
err != nil {
2726
panic(err)
2727
}
2728
return
v
2729
}
Callers
15
TestComplete
Function · 0.70
TestReparse
Function · 0.70
TestReparseSourceModelCollision
Function · 0.70
TestReparseNameCollision
Function · 0.70
TestReparseRillYAML
Function · 0.70
TestRefInferrence
Function · 0.70
TestConnectorRef
Function · 0.70
BenchmarkReparse
Function · 0.70
TestProjectModelDefaults
Function · 0.70
TestEnvironmentOverrides
Function · 0.70
TestReport
Function · 0.70
TestAlert
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected