Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRQL/prql
/ test_func
Function
test_func
prqlc/prqlc/src/codegen/ast.rs:613–615 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
611
612
#[test]
613
fn test_func() {
614
assert_is_formatted(r#
"let a = func x y:false -> x and y"
#);
615
}
616
617
#[test]
618
fn test_simple() {
Callers
nothing calls this directly
Calls
1
assert_is_formatted
Function · 0.85
Tested by
no test coverage detected